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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Make _outPathInfo print the relid set of the path's parent rel.
Дата
Msg-id E1OyrI3-0005Oy-8Y@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Another missing .gitignore entry ...
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Move pg_db_role_setting docs to correct place in alphabetical