]> granicus.if.org Git - postgresql/commit
Fix DDL command collection for TRANSFORM
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 26 Jun 2015 21:17:54 +0000 (18:17 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 26 Jun 2015 21:17:54 +0000 (18:17 -0300)
commit7d60b2af34842ae89b1abdd31fb5d303bd43c514
tree73fd808ab5ec9c45bd4de98ec8cbf46bec812a90
parent402822246866e1094d35a617775a65b4be93d322
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.
src/backend/commands/functioncmds.c
src/backend/tcop/utility.c
src/include/commands/defrem.h
src/test/modules/test_ddl_deparse/Makefile
src/test/modules/test_ddl_deparse/expected/create_transform.out [new file with mode: 0644]
src/test/modules/test_ddl_deparse/sql/create_transform.sql [new file with mode: 0644]