Re: Push down more full joins in postgres_fdw

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Push down more full joins in postgres_fdw
Date: 2016-09-29 12:12:30
Message-ID: f9b2c750-4169-5508-f298-d54f25eb429f@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2016/09/28 18:35, Etsuro Fujita wrote:
> Attached is an updated version of the patch.

I found a minor bug in that patch; the relation_index added to
PgFdwRelationInfo was defined as Index, but I used the modifier %d to
print that. So, I changed the data type to int. Also, I added a bit
more comments. Please find attached an updated version of the patch.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
postgres-fdw-more-full-join-pushdown-v5.patch binary/octet-stream 85.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2016-09-29 12:21:49 Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan.
Previous Message Amit Langote 2016-09-29 12:09:08 Re: Declarative partitioning - another take