Parallel safety restriction in 17
Egor Rogov <e.rogov@postgrespro.ru>
From: Egor Rogov <e.rogov@postgrespro.ru>
To: pgsql-docs@lists.postgresql.org
Date: 2024-09-26T09:11:16Z
Lists: pgsql-docs
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
Commits
-
Doc: InitPlans aren't parallel-restricted any more.
- e3a92ab0708a 18.0 landed
- 3e8c92c956a1 17.1 landed