From: Robert Haas Date: Thu, 13 Oct 2016 00:01:19 +0000 (-0700) Subject: Remove spurious word. X-Git-Tag: REL9_6_1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db4b54f1550aa830890ce190e5d196de8d17db33;p=postgresql Remove spurious word. Tatsuo Ishii --- diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml index 02173dabeb..d0b438e889 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 incorrect results. Instead, the parallel portion of the plan must be what is known internally to the query optimizer as a 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.