]> granicus.if.org Git - postgresql/commit
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 20 Jul 2015 07:19:22 +0000 (10:19 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 20 Jul 2015 07:27:01 +0000 (10:27 +0300)
commite66e31958fc5f5346394099a6481a7949cc1f02a
treeca066ec21452f2be72262723f31b93cd7faac221
parent0ed1e572b644e064e480e14d2f6afe03d11638a7
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.

In the passing, also move AT_ReAddComment to more logical position in the
enum, after all the Constraint-related subcommands.

This fixes a compiler warning, added by commit e42375fc. Backpatch to 9.5,
like that patch.
src/include/nodes/parsenodes.h
src/test/modules/test_ddl_deparse/test_ddl_deparse.c