pgsql: Make _outPathInfo print the relid set of the path's parent rel.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make _outPathInfo print the relid set of the path's parent rel.
Date: 2010-09-23 19:17:07
Message-ID: E1OyrI3-0005Oy-8Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make _outPathInfo print the relid set of the path's parent rel.

We can't actually print the parent RelOptInfo in toto, because that would
lead to infinite recursion. But it's safe enough to reach into the parent
and print its identifying relids, and that makes it a whole lot easier
to figure out what a Path represents. Should have done this years ago.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2010-09-23 19:35:31 Re: pgsql: Move pg_db_role_setting docs to correct place in alphabetical
Previous Message Tom Lane 2010-09-23 19:09:38 pgsql: Another missing .gitignore entry ...