We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b22543 commit 0cc57dcCopy full SHA for 0cc57dc
doc/src/sgml/parallel.sgml
@@ -202,7 +202,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
202
</itemizedlist>
203
204
<para>
205
- Even when parallel query plan is generated for a particular query, there
+ Even when a parallel query plan is generated for a particular query, there
206
are several circumstances under which it will be impossible to execute
207
that plan in parallel at execution time. If this occurs, the leader
208
will execute the portion of the plan below the <literal>Gather</literal>
0 commit comments