File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments