aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2024-07-24 14:13:55 +0200
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2024-07-24 14:13:55 +0200
commit350f4f96bb9b7188df7fd4f755fe94562436853b (patch)
tree6de55f183320cee24da377886d96b0bf89a8a09e
parentf74fac06c6b134f574eee5145f22a95901d1fa28 (diff)
downloadpostgresql-350f4f96bb9b7188df7fd4f755fe94562436853b.tar.gz
postgresql-350f4f96bb9b7188df7fd4f755fe94562436853b.zip
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 <laurenz.albe@cybertec.at> Discussion: https://postgr.es/m/172179789219.915368.16590585529628354757@wrigleys.postgresql.org
-rw-r--r--doc/src/sgml/parallel.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml
index 5acc9537d6f..35dded0d278 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>