[COMMITTERS] pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.
Date
Msg-id E1de0PA-0007L5-FC@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Add support for ICU 4.2
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Suppress unused-variable warnings when building with ICU 4.2.