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: Andres Freund <andres@anarazel.de>
Cc: 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-07-04T02:00:46Z
Lists: pgsql-hackers
(2018/07/04 1:35), Andres Freund wrote: > On 2018-06-22 10:58:28 -0400, Robert Haas wrote: >> On Tue, Jun 19, 2018 at 8:46 AM, Etsuro Fujita >> <fujita.etsuro@lab.ntt.co.jp> wrote: >>> Here is a patch for that. >> I think this approach is going to run into trouble if the level at >> which we have to apply the ConvertRowTypeExpr happens not to be a >> projection-capable node. > > What's the plan forward here? I still think that this approach would be the right way to go, so I plan to polish the patch. > This has been an open item for quite a > while. Robert, are you in agreement with this approach on a high level? > Who is going to drive this forward? I'm willing to do that if it's OK, but I'd like to get more feedback from Robert, Ashutosh or anyone else. Best regards, Etsuro Fujita
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