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

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>, kristianlejao@gmail.com
Date: 2025-10-06T03:37:21Z
Lists: pgsql-bugs

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch.

Attachments

On Mon, Oct 06, 2025 at 02:15:25AM +0900, Etsuro Fujita wrote:
> The isolation test fails.  I think you failed to update the expected
> file.  Also, you left the useless alias for table a alone...

Yep, the EXPLAIN plan was missing.  Another thing that you have missed
is to update postgres_fdw's .gitignore so as it discards /output_iso/.

The updated patch attached, labelled v6, addresses all that.
--
Michael