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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.
Дата
Msg-id E1de0PA-0007L5-FC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Add support for ICU 4.2
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Suppress unused-variable warnings when building with ICU 4.2.