Doc: InitPlans aren't parallel-restricted any more.
authorTom Lane <[email protected]>
Thu, 26 Sep 2024 14:37:51 +0000 (10:37 -0400)
committerTom Lane <[email protected]>
Thu, 26 Sep 2024 14:37:51 +0000 (10:37 -0400)
Commit e08d74ca1 removed that restriction, but missed updating
the documentation about it.  Noted by Egor Rogov.

Discussion: https://postgr.es/m/cdc8f87b-a378-4e22-6d29-40ae32dd97d1@postgrespro.ru

doc/src/sgml/parallel.sgml

index 4b3df7c2f8ded47738d08e9f7100f948bf6e8ce5..1ce9abf86f52514b43f772e194f6868432d42df2 100644 (file)
@@ -510,12 +510,6 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
       </para>
     </listitem>
 
-    <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>.