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(-)


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to