Re: vacuumdb: add --dry-run - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: vacuumdb: add --dry-run
Date
Msg-id aTh7n0MTtP3GLllb@nathan
Whole thread Raw
In response to Re: vacuumdb: add --dry-run  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
On Tue, Dec 09, 2025 at 07:04:24AM +0800, Chao Li wrote:
> I searched over the source tree, and find “Running in xxx mode” in initdb
> and option.c:
> 
> [...]
> 
> And “”Executing in dry-run mode” in a few commands: pg_archivecleanup.c,
> pg_createsubscriber.c, pg_combinebackup.c and pg_rewind.c.
> 
> Should we make them all consistent?

I think both phrasings clearly convey the information just fine.

-- 
nathan



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: vacuumdb: add --dry-run
Next
From: Mihail Nikalayeu
Date:
Subject: Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY