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/cdc8f87b-a378-4e22-6d29-40ae32dd97d1@postgrespro.ru
This commit is contained in:
Tom Lane 2024-09-26 10:37:51 -04:00 committed by Muhammad Usama
parent 1a02832e9c
commit 098fbb52f0

View 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>.