Hello,

On 10/6/18 7:50 PM, Alvaro Herrera wrote:
here's my proposed patch.

There is an incorrect assert condition within EventTriggerCollectAlterTableSubcmd(). Maybe it should be like this?

-   Assert(OidIsValid(currentEventTriggerState->currentCommand));
+   Assert(currentEventTriggerState->currentCommand);

--
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Reply via email to