Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled.
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>,
Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>,
Rajkumar Raghuwanshi <rajkumar.raghuwanshi@enterprisedb.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-08-01T11:46:48Z
Lists: pgsql-hackers
(2018/08/01 5:31), Alvaro Herrera wrote: > On 2018-Jul-31, Etsuro Fujita wrote: >> (2018/07/31 4:06), Andres Freund wrote: >>> On 2018-07-20 08:38:09 -0400, Robert Haas wrote: >>>> I'm going to study this some more now, but I really think this is >>>> going in the wrong direction. >>> >>> We're going to have to get somewhere on this topic soon. This thread has >>> been open for nearly half a year, and we're late in the beta phase now. >>> What can we do to get to an agreement soon? >> >> I'd like to propose an updated patch as proposed in [1]. > > But there is no patch there, and neither there is agreement from the > other party that the approach described there is sound. I posted the updated patch [1]. Best regards, Etsuro Fujita [1] https://www.postgresql.org/message-id/5B619D23.4010000%40lab.ntt.co.jp
Commits
-
Adjust EXPLAIN's output for disabled nodes
- 161320b4b960 18.0 cited
-
Disable support for partitionwise joins in problematic cases.
- 940487956ede 11.0 landed
- 7cfdc77023ad 12.0 landed
-
Rewrite the code that applies scan/join targets to paths.
- 11cf92f6e2e1 11.0 cited