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 CALdSSPhrT6CVC77gWdU=+_BAf8DavHmiS-8dZSfK4rpxpL363w@mail.gmail.com
Whole thread Raw
In response to Add mode column to pg_stat_progress_vacuum  (Shinya Kato <shinya11.kato@gmail.com>)
Responses Re: Add mode column to pg_stat_progress_vacuum
List pgsql-hackers
On Thu, 14 Aug 2025 at 16:13, Shinya Kato <shinya11.kato@gmail.com> wrote:

> This patch introduces a mode column to provide this visibility. The
> possible values are:
> - normal: A standard, user-initiated VACUUM or a regular autovacuum run.
> - anti-wraparound: An autovacuum run launched specifically to prevent
> transaction ID wraparound.
> - failsafe: A vacuum that has entered failsafe mode to prevent
> imminent transaction ID wraparound.

> Thought?

Just a small comment:

I am more used to Lazy vs Eager vacuum types. It is how we use to call
them in doc and code. Maybe this wording will be better?



-- 
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: memory leak in logical WAL sender with pgoutput's cachectx
Next
From: Tom Lane
Date:
Subject: Re: cfbot mistakenly reports that a rebase is needed