another typo in parallel.sgml - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject another typo in parallel.sgml
Date
Msg-id 20161011.094057.104679776378150039.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: another typo in parallel.sgml  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
I think I found a typo in parallel.sgml.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml
index c80d42d..1e71529 100644
--- a/doc/src/sgml/parallel.sgml
+++ b/doc/src/sgml/parallel.sgml
@@ -241,7 +241,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';    than normal but would produce
incorrectresults.  Instead, the parallel    portion of the plan must be what is known internally to the query
optimizeras 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
eachrequired output row    is guaranteed to be generated by exactly one of the cooperating processes.  </para> 

pgsql-hackers by date:

Previous
From: Ernst-Georg Schmid
Date:
Subject: How to inspect tuples during execution of a plan?
Next
From: Andres Freund
Date:
Subject: Re: Macro customizable hashtable / bitmapscan & aggregation perf