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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing outfuncs.c support for struct InhRelation.
Date: 2010-11-13 05:36:33
Message-ID: E1PH8mv-0006fs-Kv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-11-13 16:06:52 Re: [COMMITTERS] pgsql: Improved parallel make support
Previous Message Tom Lane 2010-11-13 04:25:21 Re: pgsql: Improved parallel make support