Re: BUG #19653: "variable not found in subplan target list" during planning with parallel parameterized nested loop, - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #19653: "variable not found in subplan target list" during planning with parallel parameterized nested loop,
Date
Msg-id 1564958.1788530496@sss.pgh.pa.us
Whole thread
Responses Re: BUG #19653: "variable not found in subplan target list" during planning with parallel parameterized nested loop,
Re: BUG #19653: "variable not found in subplan target list" during planning with parallel parameterized nested loop,
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> A query using a partitioned left/right join split, with
> `enable_partitionwise_join`, parallel settings, and `GROUP BY ROLLUP` fails
> at planning time with:
> ERROR: variable not found in subplan target list

Fascinating.  For me, this fails *only* in v18, not earlier or later
branches.  That's not a usual pattern for our bugs ...

Will look closer in a bit, if nobody beats me to it.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Hüseyin Demir
Date:
Subject: Re: BUG #19483: pg_upgrade fails with orphan records in pg_init_priv catalog table
Next
From: Andrey Rachitskiy
Date:
Subject: Re: BUG #19653: "variable not found in subplan target list" during planning with parallel parameterized nested loop,