pgsql: Fix DDL command collection for TRANSFORM

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix DDL command collection for TRANSFORM
Date: 2015-06-26 21:25:28
Message-ID: E1Z8b7o-0004Dd-9t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix DDL command collection for TRANSFORM

Commit b488c580ae, which added the DDL command collection feature,
neglected to update the code that commit cac76582053e had previously
added two weeks earlier for the TRANSFORM feature.

Reported by Michael Paquier.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d60b2af34842ae89b1abdd31fb5d303bd43c514

Modified Files
--------------
src/backend/commands/functioncmds.c | 4 ++--
src/backend/tcop/utility.c | 2 +-
src/include/commands/defrem.h | 2 +-
src/test/modules/test_ddl_deparse/Makefile | 1 +
.../test_ddl_deparse/expected/create_transform.out | 13 +++++++++++++
.../modules/test_ddl_deparse/sql/create_transform.sql | 14 ++++++++++++++
6 files changed, 32 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jim Nasby 2015-06-26 22:38:39 Re: Re: [COMMITTERS] pgsql: psql: show proper row count in \x mode for zero-column output
Previous Message Alvaro Herrera 2015-06-26 21:13:48 pgsql: Fix BRIN xlog replay