]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add missing outfuncs.c support for struct InhRelation.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Nov 2010 05:35:03 +0000 (00:35 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Nov 2010 05:35:03 +0000 (00:35 -0500)
commit032191b4aa44a65a7116413c765b64d25c6e700e
treeec4c1200b2cb3fc9abaad0609ab98b720c86b212
parent7b3c4a5d43e9529984ddbad501014f44d15bb34c
Add missing outfuncs.c support for struct InhRelation.

This is needed to support debug_print_parse, per report from Jon Nelson.
Cursory testing via the regression tests suggests we aren't missing
anything else.
src/backend/nodes/outfuncs.c