diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-10-12 17:01:19 -0700 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2016-10-15 06:49:00 +0900 |
commit | db4b54f1550aa830890ce190e5d196de8d17db33 (patch) | |
tree | ea93910ec23f12ad86a64eb8263a52097e62ea15 | |
parent | 4338ac8e78e95dcc327e86fc9944bdae8c551c27 (diff) | |
download | postgresql-db4b54f1550aa830890ce190e5d196de8d17db33.tar.gz postgresql-db4b54f1550aa830890ce190e5d196de8d17db33.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 02173dabebf..d0b438e8895 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> |