Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ddc1f32

Browse files
committed
doc: Restrictions on InitPlans in parallel queries relaxed.
This updates the documentation for changes originally made in commit e89a71f. 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
1 parent 234bb98 commit ddc1f32

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/parallel.sgml

+7-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,13 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
473473

474474
<listitem>
475475
<para>
476-
Access to an <literal>InitPlan</literal> or correlated <literal>SubPlan</literal>.
476+
Plan nodes to which an <literal>InitPlan</literal> is attached.
477+
</para>
478+
</listitem>
479+
480+
<listitem>
481+
<para>
482+
Plan nodes which reference a correlated <literal>SubPlan</literal>.
477483
</para>
478484
</listitem>
479485
</itemizedlist>

0 commit comments

Comments
 (0)