pgsql: Add pg_rewind --no-sync - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add pg_rewind --no-sync
Date
Msg-id E1fcg7z-0005iU-1N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pg_rewind --no-sync

This is an option consistent with what pg_dump and pg_basebackup provide
which is useful for leveraging the I/O effort when testing things, not
to be used in a production environment.

Author: Michael Paquier
Reviewed-by: Heikki Linnakangas
Discussion: https://postgr.es/m/20180325122607.GB3707@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a00b96aa994b5c2c1a03c70e7a4719c919e8798

Modified Files
--------------
doc/src/sgml/ref/pg_rewind.sgml | 16 ++++++++++++++++
src/bin/pg_rewind/RewindTest.pm |  6 ++++--
src/bin/pg_rewind/pg_rewind.c   | 12 ++++++++++--
3 files changed, 30 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid emitting a bogus WAL record when recycling an all-zerobtr
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo