From: Alvaro Herrera Date: Wed, 24 Jul 2024 12:13:55 +0000 (+0200) Subject: Fix a missing article in the documentation X-Git-Tag: REL_18_BETA1~2335 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=9f21482fe189c3b6193e9a7c3c50518a8a805165;p=postgresql.git 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 Discussion: https://postgr.es/m/172179789219.915368.16590585529628354757@wrigleys.postgresql.org --- diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml index dae9dd7f2f9..590cb385ddf 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%'; - 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 Gather