pgsql: pg_receivewal: Add --no-sync option.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_receivewal: Add --no-sync option.
Date: 2017-10-29 07:31:09
Message-ID: E1e8i3p-00031w-M6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-10-29 07:45:08 pgsql: Fix problems with the "role" GUC and parallel query.
Previous Message Robert Haas 2017-10-29 07:14:52 pgsql: Add hash_combine64.