Re: Add mode column to pg_stat_progress_vacuum

From: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Cc: Sami Imseih <samimseih(at)gmail(dot)com>, Robert Treat <rob(at)xzilla(dot)net>, maciek(at)sakrejda(dot)org, Nathan Bossart <nathandbossart(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add mode column to pg_stat_progress_vacuum
Date: 2025-11-25 02:05:52
Message-ID: CAOzEurSMXL8LmfC8Q4JV=QHBjamby17kp4BHphM3FK=eKXKh6Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 25, 2025 at 8:13 AM Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
> > What about “started_by” ? it’s unambiguous and consistent with other columns
> > like “query_start” in pg_stat_activity.
>
> "started_by" sounds reasonable to me.

Thanks all. I've updated the patches to use "started_by" and replaced
remaining uses of "triggered" with "started".

--
Best regards,
Shinya Kato
NTT OSS Center

Attachment Content-Type Size
v8-0001-Add-mode-and-started_by-columns-to-pg_stat_progre.patch application/octet-stream 11.6 KB
v8-0002-Add-started_by-column-to-pg_stat_progress_analyze.patch application/octet-stream 5.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-11-25 02:59:42 Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Previous Message Michael Paquier 2025-11-25 02:03:22 Re: [Proposal] Adding callback support for custom statistics kinds