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

Commit 95e7505

Browse files
committed
Add link to synchronous_commit variables in high availability docs.
Backpatch to 9.2 Erik Rijkers
1 parent f786e91 commit 95e7505

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
985985
<xref linkend="guc-synchronous-standby-names"> must be set to
986986
a non-empty value. <varname>synchronous_commit</> must also be set to
987987
<literal>on</>, but since this is the default value, typically no change is
988-
required. This configuration will cause each commit to wait for
988+
required. (See <xref linkend="runtime-config-wal-settings"> and
989+
<xref linkend="runtime-config-replication-master">.)
990+
This configuration will cause each commit to wait for
989991
confirmation that the standby has written the commit record to durable
990992
storage, even if that takes a very long time.
991993
<varname>synchronous_commit</> can be set by individual

0 commit comments

Comments
 (0)