Re: BUG #17355: Server crashes on ExecReScanForeignScan in postgres_fdw when accessing foreign partition
Etsuro Fujita <etsuro.fujita@gmail.com>
From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: Alexander Lakhin <exclusion@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2022-01-07T06:19:46Z
Lists: pgsql-bugs
On Thu, Jan 6, 2022 at 9:00 PM Alexander Lakhin <exclusion@gmail.com> wrote: > 06.01.2022 12:56, Etsuro Fujita wrote: > > I haven't tried to reproduce this yet, but I have one question: did > > you set the async_capable option to true? > The async_capable setting doesn't affect this, so I've filed it as a > separate bug report. > All the other parameters have default values in my setup. Ok, thanks! Best regards, Etsuro Fujita
Commits
-
Further fix for EvalPlanQual with mix of local and foreign partitions.
- 7b0cec2fa05a 14.2 landed
- f862d57057fd 15.0 landed
-
Fix segfault during EvalPlanQual with mix of local and foreign partitions.
- c3928b467a4f 15.0 cited
-
Rework planning and execution of UPDATE and DELETE.
- 86dc90056dfd 14.0 cited