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 ed74309 commit 4afcd15Copy full SHA for 4afcd15
doc/src/sgml/parallel.sgml
@@ -187,7 +187,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
187
</itemizedlist>
188
189
<para>
190
- 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
191
are several circumstances under which it will be impossible to execute
192
that plan in parallel at execution time. If this occurs, the leader
193
will execute the portion of the plan below the <literal>Gather</literal>
0 commit comments