public inbox for [email protected]
help / color / mirror / Atom feedFrom: Justin Pryzby <[email protected]>
To: [email protected]
Cc: David Rowley <[email protected]>
Cc: Tom Lane <[email protected]>
Subject: v12: ERROR: subplan "InitPlan 2 (returns $4)" was not initialized
Date: Tue, 11 Apr 2023 09:25:44 -0500
Message-ID: <[email protected]> (raw)
Reduced from sqlsmith, this query fails under debug_parallel_query=1.
The elog was added at: 55416b26a98fcf354af88cdd27fc2e045453b68a
But (I'm not sure) the faulty commit may be 8edd0e7946 (Suppress Append
and MergeAppend plan nodes that have a single child).
postgres=# SET force_parallel_mode =1; CREATE TABLE x (i int) PARTITION BY RANGE (i); CREATE TABLE x1 PARTITION OF x DEFAULT ;
select * from pg_class,
lateral (select pg_catalog.bit_and(1)
from pg_class as sample_1
where case when EXISTS (
select 1 from x
where EXISTS (
select 1 from pg_catalog.pg_depend
where (sample_1.reltuples is NULL)
)) then 1 end
is NULL)x
where false;
--
Justin
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: v12: ERROR: subplan "InitPlan 2 (returns $4)" was not initialized
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox