Обсуждение: [COMMITTERS] pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.

От
Robert Haas
Дата:
Make pg_stop_backup's wait_for_archive flag work on standbys.

Previously, it had no effect.  Now, if archive_mode=always, it will
work, and if not, you'll get a warning.

Masahiko Sawada, Michael Paquier, and Robert Haas.  The patch as
submitted also changed the behavior so that we would write and remove
history files on standbys, but that seems like material for a separate
patch to me.

Discussion: http://postgr.es/m/CAD21AoC2Xw6M=ZJyejq_9d_iDkReC_=rpvQRw5QsyzKQdfYpkw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52f8a59dd953c6820baf153e97cf07d31b8ac1d6

Modified Files
--------------
doc/src/sgml/backup.sgml          |  13 ++--
doc/src/sgml/func.sgml            |   7 ++-
src/backend/access/transam/xlog.c | 128 ++++++++++++++++++++------------------
3 files changed, 81 insertions(+), 67 deletions(-)