pgsql: Print new RelOptInfo field top_parent_relids in outfuncs.c

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Print new RelOptInfo field top_parent_relids in outfuncs.c
Date: 2017-04-04 03:07:53
Message-ID: E1cvEoz-0001nV-4f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Print new RelOptInfo field top_parent_relids in outfuncs.c

I intended to include this adjustment in the previous commit
(7a39b5e4d11229ece930a51fd7cb29e535db44940) but messed up.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7cdf6668cf37f48808604906882f6131d3fef251

Modified Files
--------------
src/backend/nodes/outfuncs.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-04-04 03:12:13 pgsql: Further corrections and improvements to partitioning documentati
Previous Message Robert Haas 2017-04-04 03:04:15 pgsql: Abstract logic to allow for multiple kinds of child rels.