pgsql: Fix DDL command collection for TRANSFORM - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix DDL command collection for TRANSFORM
Date
Msg-id E1Z8b7o-0004Dd-9t@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix BRIN xlog replay
Next
From: Simon Riggs
Date:
Subject: pgsql: Avoid hot standby cancels from VAC FREEZE