pgsql: Allow time delayed standbys and recovery

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Allow time delayed standbys and recovery
Дата
Msg-id E1Vr3wa-000671-1b@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Allow time delayed standbys and recovery  (Bernd Helmle <mailings@oopsware.de>)
Re: pgsql: Allow time delayed standbys and recovery  (Thom Brown <thom@linux.com>)
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Fix progress logging when scale factor is large.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: New autovacuum_work_mem parameter