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-10-13T10:35:40Z
Lists: pgsql-hackers

Attachments

On 2016/09/29 21:12, Etsuro Fujita wrote:
> Please find attached an updated version of the patch.

Here is a new version (V6) of the patch, which is basically the same as 
the previous patch, but I slightly modified that patch.  Another patch I 
am attaching is an updated patch for pushing down PHVs to the remote, 
which is created on top of the V6 patch.

Best regards,
Etsuro Fujita

Commits

  1. postgres_fdw: Push down FULL JOINs with restriction clauses.