summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2024-09-26 14:37:51 +0000
committerTom Lane2024-09-26 14:37:51 +0000
commit3e8c92c956a1f273f7cb324aa3ad07f0fca44ce9 (patch)
treee4706db8622074ecfd71662c7e5a6e43a0518225 /doc/src
parent4e0864af16b5ada4b251fe2dee1060bae81628bf (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]
Diffstat (limited to 'doc/src')
-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 590cb385ddf..cdd4ce258eb 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>