| From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Document the 'command' column of pg_stat_progress_repack |
| Date: | 2026-03-12 18:23:35 |
| Message-ID: | E1w0kh5-003eHf-07@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Document the 'command' column of pg_stat_progress_repack
Commit ac58465e0618 added and documented a new progress-report view for
REPACK, but neglected to list the 'command' column in the docs. This is
my (Álvaro's) fail, as I added the column in v23 of the patch and forgot
to document it.
In passing, add a note in the docs for pg_stat_progress_cluster that it
might contain rows for sessions running REPACK, though mapping the
command name to either the older commands; and that it is for backwards-
compatibility only. (Maybe we should just remove this older view.)
Author: Noriyoshi Shinoda <noriyoshi(dot)shinoda(at)hpe(dot)com>
Discussion: https://postgr.es/m/LV8PR84MB37870F0F35EF2E8CB99768CBEE47A@LV8PR84MB3787.NAMPRD84.PROD.OUTLOOK.COM
Discussion: https://postgr.es/m/202510101352.vvp4p3p2dblu@alvherre.pgsql
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/a630ac5c2016e523a1c29df117b7c1a563a7f6f8
Modified Files
--------------
doc/src/sgml/monitoring.sgml | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2026-03-12 22:06:31 | pgsql: Enable fast default for domains with non-volatile constraints |
| Previous Message | Peter Geoghegan | 2026-03-12 17:26:44 | pgsql: Use simplehash for backend-private buffer pin refcounts. |