Bernd Helmle, reviewed by Thomas Munro, tweaked by me.
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.
+
+