Incorrect processing of CREATE TRANSFORM with DDL deparding - Mailing list pgsql-bugs

From Michael Paquier
Subject Incorrect processing of CREATE TRANSFORM with DDL deparding
Date
Msg-id CAB7nPqQNS36enM2R=6P9FvKUu7t3k=2EjFkFBPnby==pLFqQ+w@mail.gmail.com
Whole thread Raw
Responses Re: Incorrect processing of CREATE TRANSFORM with DDL deparding
List pgsql-bugs
Hi all,

In ProcessUtilitySlow()@utility.c, for a node T_CreateTransformStmt,
process does not return ObjectAddress. This makes process inconsistent
with the other commands and the ObjectAddress passed to
EventTriggerCollectSimpleCommand is not initialized.
Coverity has pointed out the error, I just some legwork to sort out a fix.
Regards,
--
Michael

Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_upgrade slowness for databases with many tables
Next
From: lr@pcorp.us
Date:
Subject: BUG #13349: Recheck logic with index mixed up when used with LATERAL