Re: vacuumdb: add --dry-run

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: vacuumdb: add --dry-run
Date: 2025-12-08 18:23:16
Message-ID: 202512081821.lruaedzh3qkr@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2025-Dec-08, Nathan Bossart wrote:

> On Sat, Dec 06, 2025 at 07:48:22AM +0800, Chao Li wrote:

> > ```
> > + if (vacopts.dry_run)
> > + pg_log_info("Executing in dry-run mode.”);
> > ```
> >
> > Feels like “Running” is better than “Executing”.
>
> Done.

I haven't read this thread, but chanced to come across this and wanted
to note recent commit c05dee191125. I'm not opposed to changing what
went in there, but let's make them all the same.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-12-08 18:23:28 Re: pg_dump:qemu: uncaught target signal 7 (Bus error) - core dumped
Previous Message Tom Lane 2025-12-08 18:22:48 Re: pg_dump:qemu: uncaught target signal 7 (Bus error) - core dumped