Re: Fix dropped object handling in pg_event_trigger_ddl_commands - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Fix dropped object handling in pg_event_trigger_ddl_commands
Date
Msg-id CAJ7c6TPNVsmVHgU69=hUFfBNLDOU8g+p_mZmBXzc-kWDG98NvA@mail.gmail.com
Whole thread Raw
In response to Re: Fix dropped object handling in pg_event_trigger_ddl_commands  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Fix dropped object handling in pg_event_trigger_ddl_commands
List pgsql-hackers
Hi Michael,

> /* The type can never be NULL */
> type = getObjectTypeDescription(&addr, true);

The last argument should be `false` then.


--
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: Duplicate history file?
Next
From: Peter Smith
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions