]> granicus.if.org Git - postgresql/commit
Add pg_rewind --no-sync
authorMichael Paquier <michael@paquier.xyz>
Mon, 9 Jul 2018 23:51:10 +0000 (08:51 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 9 Jul 2018 23:51:10 +0000 (08:51 +0900)
commit8a00b96aa994b5c2c1a03c70e7a4719c919e8798
treea6f201c4f5959a1d5e884554e1d3511bfec0285a
parent9a4059d4ff1100e10d2aaadb136a04a407351249
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
doc/src/sgml/ref/pg_rewind.sgml
src/bin/pg_rewind/RewindTest.pm
src/bin/pg_rewind/pg_rewind.c