Re: Push down more full joins in postgres_fdw
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-07T12:20:49Z
Lists: pgsql-hackers
Attachments
- postgres-fdw-subquery-support-v4.patch (application/x-patch) patch v4
- postgres-fdw-phv-pushdown-v4.patch (application/x-patch) patch v4
On 2016/11/07 11:24, Etsuro Fujita wrote: > On 2016/11/04 19:55, Etsuro Fujita wrote: >> Attached is an updated version of the patch. > I noticed that I have included an unrelated regression test in the > patch. Attached is a patch with the test removed. I noticed that I inadvertently removed some changes from that patch, so I fixed that. Please find attached an updated version of the patch. I'm also attaching an updated version of another patch for evaluating PHVs remotely, which has been created on top of that patch. Changes to the latter: I revised comments and added a bit more regression tests. Best regards, Etsuro Fujita
Commits
-
postgres_fdw: Push down FULL JOINs with restriction clauses.
- b30fb56b07a8 10.0 landed