Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>, kristianlejao(at)gmail(dot)com
Subject: Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c
Date: 2025-10-12 18:05:58
Message-ID: CAPmGK15=ebVst8L-uJuFuTOB0Cww-7Kmry4qAxBa1etNvb7HNA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Oct 9, 2025 at 11:16 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> On Wed, Oct 08, 2025 at 03:09:52PM +0900, Etsuro Fujita wrote:
> > Ok, will do.
>
> Cool. Thanks, Fujita-san.

Here is an updated version of the patch, labelled v7, in which I
modified .gitignore a bit further to include tmp_check_iso as well,
did a bit of editorialization (eg, indentation in the spec file),
rebased the patch against HEAD, and updated the commit message.

If there are no objections, I'll push this version and back-patch it
to all supported branches.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
v7-0001-postgres_fdw-Fix-assertion-failure-when-EvalPlanQ.patch application/octet-stream 9.1 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Вадим Ковтун 2025-10-13 12:07:03 Logical replication fails when partition column order differs from parent
Previous Message Alexander Lakhin 2025-10-12 18:00:00 Re: Potential deadlock in pgaio_io_wait()