]> granicus.if.org Git - postgresql/commitdiff
Remove spurious word.
authorRobert Haas <rhaas@postgresql.org>
Thu, 13 Oct 2016 00:01:19 +0000 (17:01 -0700)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 14 Oct 2016 21:49:00 +0000 (06:49 +0900)
Tatsuo Ishii

doc/src/sgml/parallel.sgml

index 02173dabebf106235fb28907bd94f5f264ce86ae..d0b438e88958de4526ee209de01f30b17e4e78b8 100644 (file)
@@ -241,7 +241,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
     than normal but would produce incorrect results.  Instead, the parallel
     portion of the plan must be what is known internally to the query
     optimizer as a <firstterm>partial plan</>; that is, it must constructed
-    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
     subset of the output rows in such a way that each required output row
     is guaranteed to be generated by exactly one of the cooperating processes.
   </para>