diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-03-11 13:31:13 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-03-11 13:31:13 -0400 |
commit | 0d795a14df1c55c2f4bf70c120e0406ca1649994 (patch) | |
tree | b06815ede97bb32c172f7a9eca5437bfa29601dc | |
parent | 407cb6c6589fa2b757c9f2724278ae101749d9f7 (diff) | |
download | postgresql-0d795a14df1c55c2f4bf70c120e0406ca1649994.tar.gz postgresql-0d795a14df1c55c2f4bf70c120e0406ca1649994.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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 40b37c751a0..93e762e4bb1 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1294,7 +1294,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> |