pgsql: postgres_fdw: Fix interaction of PHVs with child joins.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Fix interaction of PHVs with child joins.
Date: 2018-02-22 15:05:47
Message-ID: E1eosRP-0004Dl-46@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-02-22 15:09:34 pgsql: Remove extra word from comment.
Previous Message Robert Haas 2018-02-22 14:32:32 Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes.