Add pg_rewind --no-sync
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_rewind.sgml | modified | +16 −0 |
| src/bin/pg_rewind/pg_rewind.c | modified | +10 −2 |
| src/bin/pg_rewind/RewindTest.pm | modified | +4 −2 |
Documentation touched
Discussion
- Simplify final sync in pg_rewind's target folder and add --no-sync 4 messages · 2018-03-25 → 2018-07-10