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 <[email protected]> Reviewed-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/cahut+psvqjqnqo0kt0s2oegenkvj8fuuy-qs5syyqmt24r2...@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(-)
