diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-10-12 17:01:19 -0700 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-10-12 17:01:19 -0700 |
commit | 248776ea06c240ae4605e77369d66bcd7ae4f9e3 (patch) | |
tree | a28c9e26d2253c0c49d6120803381fffce65515f | |
parent | 4f52fd3c6d28a4380a5afc51ae6f774c91837a38 (diff) | |
download | postgresql-248776ea06c240ae4605e77369d66bcd7ae4f9e3.tar.gz postgresql-248776ea06c240ae4605e77369d66bcd7ae4f9e3.zip |
Remove spurious word.
Tatsuo Ishii
-rw-r--r-- | doc/src/sgml/parallel.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml index c80d42dbef1..1e71529eeb3 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 <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> |