Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs) - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs)
Date
Msg-id 56C2BC6A.5070605@lab.ntt.co.jp
Whole thread Raw
In response to Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs)  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
List pgsql-hackers
On 2016/02/15 21:33, Ashutosh Bapat wrote:
> Here's patch with better way to fix it. I think while concatenating the
> lists, we need to copy the lists being appended and in all the cases. If
> we don't copy, a change in those lists can cause changes in the upward
> linkages and thus lists of any higher level joins.

Maybe I'm missing something, but I don't understand why such a change in 
those lists happens.  Could you explain about that in more detail?

Best regards,
Etsuro Fujita





pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs)
Next
From: Michael Paquier
Date:
Subject: Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates