projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66572d
)
Doc: InitPlans aren't parallel-restricted any more.
author
Tom Lane
<
[email protected]
>
Thu, 26 Sep 2024 14:37:51 +0000
(10:37 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/parallel.sgml
b/doc/src/sgml/parallel.sgml
index 4b3df7c2f8ded47738d08e9f7100f948bf6e8ce5..1ce9abf86f52514b43f772e194f6868432d42df2 100644
(file)
--- a/
doc/src/sgml/parallel.sgml
+++ b/
doc/src/sgml/parallel.sgml
@@
-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>.