pgsql: postgres_fdw: Fix interaction of PHVs with child joins. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: postgres_fdw: Fix interaction of PHVs with child joins.
Date
Msg-id E1eosRP-0004Dl-46@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
postgres_fdw: Fix interaction of PHVs with child joins.

Commit f49842d1ee31b976c681322f76025d7732e860f3 introduced the
concept of a child join, but did not update this code accordingly.

Ashutosh Bapat, with cosmetic changes by me

Discussion: http://postgr.es/m/CAFjFpRf=J_KPOtw+bhZeURYkbizr8ufSaXg6gPEF6DKpgH-t6g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84cb51b4e24b4e3a7057105971d0d385e179d978

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 40 ++++++++++++++++++++++++++
contrib/postgres_fdw/postgres_fdw.c            |  6 +++-
contrib/postgres_fdw/sql/postgres_fdw.sql      |  5 ++++
3 files changed, 50 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Avoid another valgrind complaint about write() of uninitalizedb
Next
From: Robert Haas
Date:
Subject: pgsql: Remove extra word from comment.