pgsql: Log a note at program start when running in dry-run mode - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Log a note at program start when running in dry-run mode
Date
Msg-id E1vLNkP-000AD0-0e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Optimize shared memory usage for WaitLSNProcInfo
Next
From: Nathan Bossart
Date:
Subject: pgsql: Update .editorconfig and .gitattributes for postgresql.conf.samp