]> 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:25:26 +0000 (10:25 +0300)
commit13f2db2ffb2fac24fcb57ecc56e030e1145df127
tree428e02a4c44059d0e1e5dcf5a3742878d3631367
parent9aa663463bbf123e9d38dab88eeaef981fbc6caf
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