1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

doc: add missing word "the"

Reported-by: doughale@gmail.com

Discussion: https://postgr.es/m/170993253510.640.5664117187431542912@wrigleys.postgresql.org

Backpatch-through: 12
This commit is contained in:
Bruce Momjian
2024-03-11 13:31:12 -04:00
parent 98bfb7558a
commit 80db5a3c9a

View File

@@ -1290,7 +1290,7 @@ synchronous_standby_names = 'ANY 2 (s1, s2, s3)'
<varname>synchronous_commit</varname> is set to <literal>on</literal>, <varname>synchronous_commit</varname> is set to <literal>on</literal>,
<literal>remote_apply</literal> or <literal>remote_write</literal> will wait for <literal>remote_apply</literal> or <literal>remote_write</literal> will wait for
responses from. Such transaction commits may never be completed 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>
<para> <para>