1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Remove spurious word.

Tatsuo Ishii
This commit is contained in:
Robert Haas 2016-10-12 17:01:19 -07:00
parent 4f52fd3c6d
commit 248776ea06

View File

@ -241,7 +241,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
than normal but would produce incorrect results. Instead, the parallel than normal but would produce incorrect results. Instead, the parallel
portion of the plan must be what is known internally to the query portion of the plan must be what is known internally to the query
optimizer as a <firstterm>partial plan</>; that is, it must constructed 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 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. is guaranteed to be generated by exactly one of the cooperating processes.
</para> </para>