doc: Restrictions on InitPlans in parallel queries relaxed.
authorRobert Haas <rhaas@postgresql.org>
Wed, 9 May 2018 19:15:03 +0000 (15:15 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 9 May 2018 19:15:03 +0000 (15:15 -0400)
This updates the documentation for changes originally made in commit
e89a71fb449af2ef74f47be1175f99956cf21524.

Patch by me, reviewed (but not entirely endorsed) by Amit Kapila.

Discussion: http://postgr.es/m/CA+Tgmoa+vupW8V_gBonz6hU7WwN2zJ=UTsVWCVB+rN6vaaXfZw@mail.gmail.com

doc/src/sgml/parallel.sgml

index d8f001d4b611d5f31ce0508e36555e2cd526450e..d7f428c1d436c3ffae78f93f63227caaa1eaafc9 100644 (file)
@@ -473,7 +473,13 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
 
     <listitem>
       <para>
-        Access to an <literal>InitPlan</literal> or correlated <literal>SubPlan</literal>.
+        Plan nodes to which an <literal>InitPlan</literal> is attached.
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        Plan nodes which reference a correlated <literal>SubPlan</literal>.
       </para>
     </listitem>
   </itemizedlist>