In the case that synchronous_commit> is set to
remote_apply>, the standby sends reply messages when the commit
record is replayed, making the transaction visible.
- If the standby is chosen as the synchronous standby, from a priority
+ If the standby is chosen as a synchronous standby, from a priority
list of synchronous_standby_names> on the primary, the reply
- messages from that standby will be used to wake users waiting for
+ messages from that standby will be considered along with those from other
+ synchronous standbys to decide when to release transactions waiting for
confirmation that the commit record has been received. These parameters
allow the administrator to specify which standby servers should be
synchronous standbys. Note that the configuration of synchronous
Setting synchronous_commit> to remote_apply> will
- cause each commit to wait until the current synchronous standby reports
- that it has replayed the transaction, making it visible to user queries.
- In simple cases, this allows for load balancing with causal consistency
- on a single hot standby.
+ cause each commit to wait until the current synchronous standbys report
+ that they have replayed the transaction, making it visible to user
+ queries. In simple cases, this allows for load balancing with causal
+ consistency.