We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74fac0 commit 350f4f9Copy full SHA for 350f4f9
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