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

Commit 248776e

Browse files
committed
Remove spurious word.
Tatsuo Ishii
1 parent 4f52fd3 commit 248776e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/parallel.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
241241
than normal but would produce incorrect results. Instead, the parallel
242242
portion of the plan must be what is known internally to the query
243243
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
244+
so that each process which executes the plan will generate only a
245245
subset of the output rows in such a way that each required output row
246246
is guaranteed to be generated by exactly one of the cooperating processes.
247247
</para>

0 commit comments

Comments
 (0)