Allow time delayed standbys and recovery Set min_recovery_apply_delay to force a delay in recovery apply for commit and restore point WAL records. Other records are replayed immediately. Delay is measured between WAL record time and local standby time.
Robert Haas, FabrÃzio de Royes Mello and Simon Riggs Detailed review by Mitsumasa Kondo Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/36da3cfb457b77a55582f68208d815f11ac1399e Modified Files -------------- doc/src/sgml/recovery-config.sgml | 50 ++++++++++ src/backend/access/transam/recovery.conf.sample | 9 ++ src/backend/access/transam/xlog.c | 119 ++++++++++++++++++++++- 3 files changed, 174 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
