Re: Foreign join pushdown vs EvalPlanQual

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Kouhei Kaigai <kaigai(at)ak(dot)jp(dot)nec(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Shigeru Hanada <shigeru(dot)hanada(at)gmail(dot)com>
Subject: Re: Foreign join pushdown vs EvalPlanQual
Date: 2015-11-20 02:00:02
Message-ID: 564E7EA2.8050806@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2015/11/20 6:57, Robert Haas wrote:
> On Wed, Nov 18, 2015 at 10:54 PM, Etsuro Fujita
> <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp> wrote:
>>> Noted, but let's do it that way and move on. It would be a shame if
>>> we didn't end up with a working FDW join pushdown system in 9.6
>>> because of a disagreement on this point.

>> Another idea would be to consider join pushdown as unsupported for now when
>> select-for-update is involved in 9.5, as described in [1], and revisit this
>> issue when adding join pushdown to postgres_fdw in 9.6.

> Well, I think it's probably too late to squeeze this into 9.5 at this
> point, but I'm eager to get it fixed for 9.6.

OK, I'll update the postgres_fdw-join-pushdown patch so as to work with
that callback routine, if needed.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kouhei Kaigai 2015-11-20 03:11:58 Re: CustomScan in a larger structure (RE: CustomScan support on readfuncs.c)
Previous Message Peter Geoghegan 2015-11-20 01:42:51 Re: Using quicksort for every external sort run