projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f2bc5
)
Fix a missing article in the documentation
author
Alvaro Herrera
<
[email protected]
>
Wed, 24 Jul 2024 12:13:55 +0000
(14:13 +0200)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 24 Jul 2024 12:13:55 +0000
(14:13 +0200)
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/
172179789219
.915368.
16590585529628354757
@wrigleys.postgresql.org
doc/src/sgml/parallel.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/parallel.sgml
b/doc/src/sgml/parallel.sgml
index dae9dd7f2f9bc30492c4f8be8e5d685680ed1696..590cb385ddfcf44b8b7be18b24513b272dfa8136 100644
(file)
--- 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>