diff options
author | Alvaro Herrera | 2024-07-24 12:13:55 +0000 |
---|---|---|
committer | Alvaro Herrera | 2024-07-24 12:13:55 +0000 |
commit | 9f21482fe189c3b6193e9a7c3c50518a8a805165 (patch) | |
tree | 19eca42cd0f527d17990066ba686ab3d50d13904 | |
parent | 97f2bc5aa531e32e91c7f27aeaeb87a07e13e822 (diff) |
Fix a missing article in the documentation
Per complaint from Grant Gryczan.
It's a very old typo; backpatch all the way back.
Author: Laurenz Albe <[email protected]>
Discussion: https://postgr.es/m/[email protected]
-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 dae9dd7f2f..590cb385dd 100644 --- a/doc/src/sgml/parallel.sgml +++ b/doc/src/sgml/parallel.sgml @@ -202,7 +202,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%'; </itemizedlist> <para> - Even when parallel query plan is generated for a particular query, there + Even when a parallel query plan is generated for a particular query, there are several circumstances under which it will be impossible to execute that plan in parallel at execution time. If this occurs, the leader will execute the portion of the plan below the <literal>Gather</literal> |