[COMMITTERS] pgsql: pg_receivewal: Add --no-sync option. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: pg_receivewal: Add --no-sync option.
Date
Msg-id E1e8i3p-00031w-M6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_receivewal: Add --no-sync option.

Michael Paquier, reviewed by Kuntal Ghosh and by me.  I did a little
wordsmithing on the documentation, too.

Discussion: http://postgr.es/m/CAB7nPqTuXuyEoVKcWcExh_b0uAjgWd_14KfGLrCTccBZ=VA0KA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f3971291fc231bb65a38198b1bcb1c29ef63108

Modified Files
--------------
doc/src/sgml/ref/pg_receivewal.sgml          | 17 +++++++++++++++++
src/bin/pg_basebackup/pg_receivewal.c        | 16 +++++++++++++++-
src/bin/pg_basebackup/t/020_pg_receivewal.pl |  5 ++++-
3 files changed, 36 insertions(+), 2 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add hash_combine64.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix problems with the "role" GUC and parallel query.