From: Robert Haas Date: Mon, 19 Sep 2016 17:38:21 +0000 (-0400) Subject: Update recovery_min_apply_delay docs for remote_apply mode. X-Git-Tag: REL9_6_0~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=275fe7ecab25ee17ae9389167e161d60a5da6b41;p=postgresql Update recovery_min_apply_delay docs for remote_apply mode. Bernd Helmle, reviewed by Thomas Munro, tweaked by me. --- diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 26af221745..4a5375ed59 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -469,10 +469,17 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows This parameter is intended for use with streaming replication deployments; however, if the parameter is specified it will be honored in all cases. - Synchronous replication is not affected by this setting because there is - not yet any setting to request synchronous apply of transaction commits. + hot_standby_feedback will be delayed by use of this feature which could lead to bloat on the master; use both together with care. + + + + Synchronous replication is affected by this setting when synchronous_commit + is set to remote_apply; every COMMIT + will need to wait to be applied. + +