summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2024-03-11 17:31:13 +0000
committerBruce Momjian2024-03-11 17:31:13 +0000
commit5fb4cea1b4a28267eeb564f1e57cbdfd39f1eea6 (patch)
tree827c5e077bb3d74b6524e9d7accbb393e5c2f34e
parent095493a3771a99d0e4c906ad1cc33791efaa7248 (diff)
doc: add missing word "the"
Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] 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 236c0af65fb..b48209fc2fb 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1302,7 +1302,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>