Re: BUG #16741: Error: subplan "SubPlan 1" was not initialized

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: radek(at)salac(dot)org
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16741: Error: subplan "SubPlan 1" was not initialized
Date: 2020-11-23 22:39:40
Message-ID: 196890.1606171180@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> I'm getting error:

> ERROR: subplan "SubPlan 1" was not initialized
> CONTEXT: parallel worker

Yeah, this is a known issue that we haven't yet fixed, cf [1].

I believe you should be able to work around it for now
by turning off enable_incremental_sort.

regards, tom lane

[1] https://www.postgresql.org/message-id/flat/622580997.37108180.1604080457319.JavaMail.zimbra%40siscobra.com.br

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Kapila 2020-11-24 02:27:40 Re: segfault with incremental sort
Previous Message PG Bug reporting form 2020-11-23 22:04:16 BUG #16741: Error: subplan "SubPlan 1" was not initialized