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

Reply via email to