Re: Add mode column to pg_stat_progress_vacuum - Mailing list pgsql-hackers

From Kirill Reshke
Subject Re: Add mode column to pg_stat_progress_vacuum
Date
Msg-id CALdSSPjnn4Y0iHHeYR45CVjYkev91FiE9ofbJqcdmQymJ5pGiw@mail.gmail.com
Whole thread Raw
In response to Re: Add mode column to pg_stat_progress_vacuum  (Shinya Kato <shinya11.kato@gmail.com>)
List pgsql-hackers
On Fri, 15 Aug 2025 at 09:19, Shinya Kato <shinya11.kato@gmail.com> wrote:
eager".
>
> Unless there’s a strong preference otherwise, I’d like to keep
> “anti-wraparound” and “failsafe” as-is, and keep “normal” (or possibly
> “plain”/“regular” if that reads better).

OK.


I have tested the patch a bit, and noticed that `mode` column shows
`normal` for both auto-vacuum and user-initiated vacuum (via VACUUM
utility statement).
Is it ok? Maybe for more visibility we can display different values
for these two cases?


--
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Conflict detection for update_deleted in logical replication
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Compilation issues for HASH_STATISTICS and HASH_DEBUG options