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

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, 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-13 20:18:34
Message-ID: CAD21AoB4LkSeTjMWVPpxOBsOEzfxGChF1RDpBT2rdEhQ33xwDg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, Oct 12, 2025 at 11:06 AM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
>
> 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.

Thank you for updating the patch! LGTM.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John Naylor 2025-10-14 02:06:58 Re: BUG #19080: CancelRequest message documentation bug
Previous Message Tom Lane 2025-10-13 15:29:12 Re: BUG #19084: dump/restore table doesn't work with GENARETED column and custom type and cast in function