summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2024-09-26 14:37:51 +0000
committerTom Lane2024-09-26 14:37:51 +0000
commite3a92ab0708aa8ac0c8466312cef316ea6d03c63 (patch)
treeadaa452db62007646006cbf4bac7567281a52de8
parentd66572d9fedb632af5df65ce513d04dc2a1682a3 (diff)
Doc: InitPlans aren't parallel-restricted any more.
Commit e08d74ca1 removed that restriction, but missed updating the documentation about it. Noted by Egor Rogov. Discussion: https://postgr.es/m/[email protected]
-rw-r--r--doc/src/sgml/parallel.sgml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml
index 4b3df7c2f8d..1ce9abf86f5 100644
--- a/doc/src/sgml/parallel.sgml
+++ b/doc/src/sgml/parallel.sgml
@@ -512,12 +512,6 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
<listitem>
<para>
- Plan nodes to which an <literal>InitPlan</literal> is attached.
- </para>
- </listitem>
-
- <listitem>
- <para>
Plan nodes that reference a correlated <literal>SubPlan</literal>.
</para>
</listitem>