Parallel safety restriction in 17

Started by Egor Rogovover 1 year ago2 messagesdocs
Jump to latest
#1Egor Rogov
e.rogov@postgrespro.ru

Hello,

I've stumbled upon this statement in parallel.sgml:

The following operations are always parallel restricted:
...
Plan nodes to which an <literal>InitPlan</literal> is attached.

It looks like this is no longer true since e08d74ca, in which plan nodes
with initPlans were allowed to be parallel-safe.

Thanks,
Egor

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Egor Rogov (#1)
Re: Parallel safety restriction in 17

Egor Rogov <e.rogov@postgrespro.ru> writes:

I've stumbled upon this statement in parallel.sgml:

The following operations are always parallel restricted:
...
Plan nodes to which an <literal>InitPlan</literal> is attached.

It looks like this is no longer true since e08d74ca, in which plan nodes
with initPlans were allowed to be parallel-safe.

I think you're right. Thanks for catching that!

regards, tom lane