Commit 95e75052 authored by Bruce Momjian's avatar Bruce Momjian

Add link to synchronous_commit variables in high availability docs.

Backpatch to 9.2

Erik Rijkers
parent f786e91a
...@@ -985,7 +985,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass' ...@@ -985,7 +985,9 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
<xref linkend="guc-synchronous-standby-names"> must be set to <xref linkend="guc-synchronous-standby-names"> must be set to
a non-empty value. <varname>synchronous_commit</> must also be set to a non-empty value. <varname>synchronous_commit</> must also be set to
<literal>on</>, but since this is the default value, typically no change is <literal>on</>, but since this is the default value, typically no change is
required. This configuration will cause each commit to wait for required. (See <xref linkend="runtime-config-wal-settings"> and
<xref linkend="runtime-config-replication-master">.)
This configuration will cause each commit to wait for
confirmation that the standby has written the commit record to durable confirmation that the standby has written the commit record to durable
storage, even if that takes a very long time. storage, even if that takes a very long time.
<varname>synchronous_commit</> can be set by individual <varname>synchronous_commit</> can be set by individual
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment