Re: Oddity in EXPLAIN for foreign/custom join pushdown plans - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: Oddity in EXPLAIN for foreign/custom join pushdown plans
Date
Msg-id b4b04e83-5eb4-7dd6-2951-32acadea4e7b@lab.ntt.co.jp
Whole thread Raw
In response to Re: Oddity in EXPLAIN for foreign/custom join pushdown plans  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2016/08/25 1:08, Robert Haas wrote:
> On Tue, Aug 23, 2016 at 11:18 PM, Etsuro Fujita
> <fujita.etsuro@lab.ntt.co.jp> wrote:
>> OK, I think we should fix the issue that postgres_fdw produces incorrect
>> aliases for joining relations shown in the Relations line in EXPLAIN for a
>> join pushdown query like the above) in advance of the 9.6 release, so I'll
>> add this to the 9.6 open items.

> Isn't it a bit late for that?
>
> I'm not eager to have 9.6 get further delayed while we work on this
> issue, and I definitely don't believe that this is a sufficiently
> important issue to justify reverting join pushdown in its entirety.
> We're talking about a minor detail of the EXPLAIN output that we'd
> like to fix, but for which we have no consensus on exactly how to fix
> it, and the fix may involve some redesign.  That does not seem like a
> good thing to the week before rc1.  Let's just leave this well enough
> alone and work on it for v10.

That's fine with me.

You said upthread, "I don't want to change it at all, neither in 10 or 
any later version."  That was the reason why I proposed to fix this in 9.6.

Best regards,
Etsuro Fujita





pgsql-hackers by date:

Previous
From: amul sul
Date:
Subject: Re: Bug in to_timestamp().
Next
From: Etsuro Fujita
Date:
Subject: Re: Collective typos in contrib/postgres_fdw (Was: Re: Incorrect comment in contrib/postgres_fdw/deparse.c)