pgsql: Make _outPathInfo print the relid set of the path's parent rel. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make _outPathInfo print the relid set of the path's parent rel.
Date
Msg-id E1OyrI3-0005Oy-8Y@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Another missing .gitignore entry ...
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Move pg_db_role_setting docs to correct place in alphabetical