Log a note at program start when running in dry-run mode
Users might get some peace of mind knowing their data is not being
destroyed or whatever.
Author: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/CAHut+PsvQJQnQO0KT0S2oegenkvJ8FUuY-QS5syyqmT24R2xFQ@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c05dee191125f2dcbd0ac40534373cfc7266c0da
Modified Files
--------------
src/bin/pg_archivecleanup/pg_archivecleanup.c | 4 ++++
src/bin/pg_basebackup/pg_createsubscriber.c | 5 +++++
src/bin/pg_combinebackup/pg_combinebackup.c | 4 ++++
src/bin/pg_rewind/pg_rewind.c | 10 ++++++----
4 files changed, 19 insertions(+), 4 deletions(-)