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

  1. Further fix for EvalPlanQual with mix of local and foreign partitions.

  2. Fix segfault during EvalPlanQual with mix of local and foreign partitions.

  3. Rework planning and execution of UPDATE and DELETE.