Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8643b91

Browse files
committed
Fix a couple of places in doc that implied there was only one sync standby.
Thomas Munro
1 parent 137805f commit 8643b91

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/high-availability.sgml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,10 @@ primary_slot_name = 'node_a_slot'
10861086
In the case that <varname>synchronous_commit</> is set to
10871087
<literal>remote_apply</>, the standby sends reply messages when the commit
10881088
record is replayed, making the transaction visible.
1089-
If the standby is chosen as the synchronous standby, from a priority
1089+
If the standby is chosen as a synchronous standby, from a priority
10901090
list of <varname>synchronous_standby_names</> on the primary, the reply
1091-
messages from that standby will be used to wake users waiting for
1091+
messages from that standby will be considered along with those from other
1092+
synchronous standbys to decide when to release transactions waiting for
10921093
confirmation that the commit record has been received. These parameters
10931094
allow the administrator to specify which standby servers should be
10941095
synchronous standbys. Note that the configuration of synchronous
@@ -1113,10 +1114,10 @@ primary_slot_name = 'node_a_slot'
11131114

11141115
<para>
11151116
Setting <varname>synchronous_commit</> to <literal>remote_apply</> will
1116-
cause each commit to wait until the current synchronous standby reports
1117-
that it has replayed the transaction, making it visible to user queries.
1118-
In simple cases, this allows for load balancing with causal consistency
1119-
on a single hot standby.
1117+
cause each commit to wait until the current synchronous standbys report
1118+
that they have replayed the transaction, making it visible to user
1119+
queries. In simple cases, this allows for load balancing with causal
1120+
consistency.
11201121
</para>
11211122

11221123
<para>

0 commit comments

Comments
 (0)