mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Fix typo in docs.
Reported-by: Darko Prelec
This commit is contained in:
parent
fe0a0b5993
commit
daac8e30eb
@ -240,7 +240,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
|
||||
copy of the output result set, so the query would not run any faster
|
||||
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
|
||||
optimizer as a <firstterm>partial plan</>; that is, it must be constructed
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user