pgsql: Add missing outfuncs.c support for struct InhRelation. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add missing outfuncs.c support for struct InhRelation.
Date
Msg-id E1PH8mv-0006fs-Kv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
REL9_0_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add missing outfuncs.c support for struct InhRelation.
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing outfuncs.c support for struct InhRelation.