From 1c23961d223401100cec5c9610789637ef35022c Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 24 Jul 2024 14:13:55 +0200 Subject: [PATCH] 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 --- doc/src/sgml/parallel.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/parallel.sgml b/doc/src/sgml/parallel.sgml index 2b2c8cbffd6..587f2587419 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 -- 2.39.5