Incorrect processing of CREATE TRANSFORM with DDL deparding

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Incorrect processing of CREATE TRANSFORM with DDL deparding
Date: 2015-05-25 05:05:30
Message-ID: CAB7nPqQNS36enM2R=6P9FvKUu7t3k=2EjFkFBPnby==pLFqQ+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
20150525_transform_ddl_deparse.patch text/x-diff 1.7 KB

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message lr 2015-05-25 05:25:38 BUG #13349: Recheck logic with index mixed up when used with LATERAL
Previous Message digoal 2015-05-25 03:00:07 BUG #13348: PostgreSQL 9.5 sampletable BUG return rows not the same as reltuples*sample factor?