Re: pgsql: Fix event triggers for partitioned tables - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Fix event triggers for partitioned tables
Date
Msg-id 800050c8-30d7-1a2e-633f-cd35cc845ccd@2ndquadrant.com
Whole thread Raw
In response to pgsql: Fix event triggers for partitioned tables  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
On 07/10/2018 00:18, Alvaro Herrera wrote:
> Fix event triggers for partitioned tables

It looks like this is causing compiler warnings:

event_trigger.c: In function 'EventTriggerCollectAlterTableSubcmd':
../../../src/include/c.h:605:51: error: comparison between pointer and
zero character constant [-Werror=pointer-compare]
 #define OidIsValid(objectId)  ((bool) ((objectId) != InvalidOid))

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Track procedure calls in pg_stat_user_functions
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates