8000
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 4f52fd3 commit 248776eCopy full SHA for 248776e
doc/src/sgml/parallel.sgml
@@ -241,7 +241,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
241
than normal but would produce incorrect results. Instead, the parallel
242
portion of the plan must be what is known internally to the query
243
optimizer as a <firstterm>partial plan</>; that is, it must constructed
244
- so that each process will which executes the plan will generate only a
+ so that each process which executes the plan will generate only a
245
subset of the output rows in such a way that each required output row
246
is guaranteed to be generated by exactly one of the cooperating processes.
247
</para>
0 commit comments