Re: Parallel safety restriction in 17

2024-09-26 Thread Tom Lane
Egor Rogov writes: > I've stumbled upon this statement in parallel.sgml: >>> The following operations are always parallel restricted: >>> ... >>> Plan nodes to which an InitPlan is attached. > It looks like this is no longer true since e08d74ca, in which plan nodes > with initPlans were allowed

Parallel safety restriction in 17

2024-09-26 Thread Egor Rogov
Hello, I've stumbled upon this statement in parallel.sgml: > The following operations are always parallel restricted: > ... > Plan nodes to which an InitPlan is attached. It looks like this is no longer true since e08d74ca, in which plan nodes with initPlans were allowed to be parallel-safe.