Thread: pgsql: Add missing outfuncs.c support for struct InhRelation.

pgsql: Add missing outfuncs.c support for struct InhRelation.

From
Tom Lane
Date:
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.

Branch
------
REL8_1_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=40da2c778c2086171fa7868e54d254754766d26e

Modified Files
--------------
src/backend/nodes/outfuncs.c |   12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)