Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95e7505

Browse files
committed
Add link to synchronous_commit variables in high availability docs.
Backpatch to 9.2Erik Rijkers
1 parentf786e91 commit95e7505

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)

[8]ページ先頭

©2009-2025 Movatter.jp