public inbox for [email protected]
help / color / mirror / Atom feedFrom: Shinoda, Noriyoshi (PSD Japan FSI) <[email protected]>
To: Alvaro Herrera <[email protected]>
To: Antonin Houska <[email protected]>
Cc: Mihail Nikalayeu <[email protected]>
Cc: Pg Hackers <[email protected]>
Cc: Robert Treat <[email protected]>
Subject: RE: Adding REPACK [concurrently]
Date: Wed, 11 Mar 2026 01:13:29 +0000
Message-ID: <LV8PR84MB37870F0F35EF2E8CB99768CBEE47A@LV8PR84MB3787.NAMPRD84.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
Hi, Hackers.
Thanks for developing this great feature.
The committed documentation for the pg_stat_progress_repack view was missing the explanation for the "command" column.
I've attached a small patch for monitoring.sgml.
Regards,
Noriyoshi Shinoda
-----Original Message-----
From: Alvaro Herrera <[email protected]>
Sent: Wednesday, March 11, 2026 5:05 AM
To: Antonin Houska <[email protected]>
Cc: Mihail Nikalayeu <[email protected]>; Pg Hackers <[email protected]>; Robert Treat <[email protected]>
Subject: Re: Adding REPACK [concurrently]
On 2026-Mar-10, Alvaro Herrera wrote:
> I'm seeing this warning caused by 0004
(Caused by 0003, not 0004, sorry)
--
Álvaro Herrera Breisgau, Deutschland — https://urldefense.com/v3/__https://www.EnterpriseDB.com/__;!!NpxR!jyoaRRv_itWrU5kI6TI2ew-oOOvVeDRnH...
Attachments:
[application/octet-stream] pg_stat_progress_repack_doc_v1.diff (713B, 2-pg_stat_progress_repack_doc_v1.diff)
download | inline diff:
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index cc014564c97..9f072c9f092 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -6805,6 +6805,15 @@ FROM pg_stat_get_backend_idset() AS backendid;
</para></entry>
</row>
+ <row>
+ <entry role="catalog_table_entry"><para role="column_definition">
+ <structfield>command</structfield> <type>text</type>
+ </para>
+ <para>
+ The command that is running. Either REPACK or VACUUM FULL.
+ </para></entry>
+ </row>
+
<row>
<entry role="catalog_table_entry"><para role="column_definition">
<structfield>phase</structfield> <type>text</type>
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Subject: RE: Adding REPACK [concurrently]
In-Reply-To: <LV8PR84MB37870F0F35EF2E8CB99768CBEE47A@LV8PR84MB3787.NAMPRD84.PROD.OUTLOOK.COM>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox