aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-03-11 13:31:13 -0400
committerBruce Momjian <bruce@momjian.us>2024-03-11 13:31:13 -0400
commit68ec19305ec1ef538c1deffd2575da8083c9f034 (patch)
tree2aa37b63f08b3b0ddfe928c52bff678238b0fe54
parent74530804fcb7a36175fa1268928cba98aa9e6cff (diff)
downloadpostgresql-68ec19305ec1ef538c1deffd2575da8083c9f034.tar.gz
postgresql-68ec19305ec1ef538c1deffd2575da8083c9f034.zip
doc: add missing word "the"
Reported-by: doughale@gmail.com Discussion: https://postgr.es/m/170993253510.640.5664117187431542912@wrigleys.postgresql.org Backpatch-through: 12
-rw-r--r--doc/src/sgml/high-availability.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 7aa6fefbef3..5fbdb463d0a 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1296,7 +1296,7 @@ synchronous_standby_names = 'ANY 2 (s1, s2, s3)'
<varname>synchronous_commit</varname> is set to <literal>on</literal>,
<literal>remote_apply</literal> or <literal>remote_write</literal> will wait for
responses from. Such transaction commits may never be completed
- if any one of synchronous standbys should crash.
+ if any one of the synchronous standbys should crash.
</para>
<para>