]> granicus.if.org Git - postgresql/commit
Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Feb 2008 20:19:47 +0000 (20:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Feb 2008 20:19:47 +0000 (20:19 +0000)
commit49a730128c50fc6d5031001a26730caff0b0ea4b
tree711ac97feca1b7664e5fcd92bfea20a3b21ea52b
parent1f6fc49ce3bed65c3e6f12eb9cb4d677e7bb6e3a
Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and
AlterTSConfigurationStmt.  All utility statement node types are expected
to be supported here, though they do not have to have outfuncs/readfuncs
support.  Found by running regression tests with COPY_PARSE_PLAN_TREES
enabled.
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c