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

Commit275fe7e

Browse files
committed
Update recovery_min_apply_delay docs for remote_apply mode.
Bernd Helmle, reviewed by Thomas Munro, tweaked by me.
1 parente06728d commit275fe7e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎doc/src/sgml/recovery-config.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,17 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
469469
<para>
470470
This parameter is intended for use with streaming replication deployments;
471471
however, if the parameter is specified it will be honored in all cases.
472-
Synchronous replication is not affected by this setting because there is
473-
not yet any setting to request synchronous apply of transaction commits.
472+
474473
<varname>hot_standby_feedback</> will be delayed by use of this feature
475474
which could lead to bloat on the master; use both together with care.
475+
476+
<warning>
477+
<para>
478+
Synchronous replication is affected by this setting when <varname>synchronous_commit</varname>
479+
is set to <literal>remote_apply</literal>; every <literal>COMMIT</literal>
480+
will need to wait to be applied.
481+
</para>
482+
</warning>
476483
</para>
477484
</listitem>
478485
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp