mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix typo.
Confirmed by Tom Lane.
This commit is contained in:
parent
3cca13cbfc
commit
b1ee762a61
@ -189,7 +189,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
|
|||||||
Even when parallel query plan is generated for a particular query, there
|
Even when parallel query plan is generated for a particular query, there
|
||||||
are several circumstances under which it will be impossible to execute
|
are several circumstances under which it will be impossible to execute
|
||||||
that plan in parallel at execution time. If this occurs, the leader
|
that plan in parallel at execution time. If this occurs, the leader
|
||||||
will execute the portion of the plan between below the <literal>Gather</>
|
will execute the portion of the plan below the <literal>Gather</>
|
||||||
node entirely by itself, almost as if the <literal>Gather</> node were
|
node entirely by itself, almost as if the <literal>Gather</> node were
|
||||||
not present. This will happen if any of the following conditions are met:
|
not present. This will happen if any of the following conditions are met:
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user