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

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Log a note at program start when running in dry-run mode
Date: 2025-11-18 15:36:01
Message-ID: E1vLNkP-000AD0-0e@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-11-18 16:29:58 pgsql: Update .editorconfig and .gitattributes for postgresql.conf.samp
Previous Message Alexander Korotkov 2025-11-18 07:50:42 pgsql: Optimize shared memory usage for WaitLSNProcInfo