Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c - Mailing list pgsql-bugs

From Etsuro Fujita
Subject Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c
Date
Msg-id CAPmGK14sTPK4bz9ii_wQ2L6Z+i+zdjPBE7rMHrbiL6uGQdWL=g@mail.gmail.com
Whole thread Raw
In response to Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c
List pgsql-bugs
On Wed, Sep 24, 2025 at 6:42 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> I changed the regression tests and used the fix proposed by
> Fujita-san. Please review the attached new version patch.

Thanks for updating the patch!

I took a quick glance at the patch.  My initial comment is: it only
includes the test case discussed here, but I think it's a good idea to
add more cases in it (that exercise code paths in
postgresRecheckForeignScan), as I mentioned upthread.  What do you
think about that?  If no objections, I'd like to update it to include
such cases.

Anyway I'll review it in more detail.

Best regards,
Etsuro Fujita



pgsql-bugs by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Lock timeouts and unusual spikes in replication lag with logical parallel transaction streaming
Next
From: David Rowley
Date:
Subject: Re: The issue of incorrect width estimation in UNION queries