Andreas Seltenreich writes:
> yesterday's sqlsmith run on master at 3df51ca8b3 also yielded 4855
> queries failing with ERRORs like the following:
> | ERROR: subplan "InitPlan 3 (returns $3)" was not initialized
> | CONTEXT: parallel worker
This is somewhat of a known issue [1], but thanks for
Hi,
yesterday's sqlsmith run on master at 3df51ca8b3 also yielded 4855
queries failing with ERRORs like the following:
,
| ERROR: subplan "InitPlan 3 (returns $3)" was not initialized
| CONTEXT: parallel worker
`
They all run fine with parallel scans off. Below is a recipe that
reprod