pgsql: Move pg_stat_progress_vacuum to the table of Dynamic Statistics

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move pg_stat_progress_vacuum to the table of Dynamic Statistics
Date: 2017-04-13 03:10:34
Message-ID: E1cyV9W-0003WY-48@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.

Previously the description about pg_stat_progress_vacuum was in the table
of "Collected Statistics Views" in the doc. But since it repors dynamic
information, i.e., the current progress of VACUUM, its description should be
in the table of "Dynamic Statistics Views".

Back-patch to 9.6 where pg_stat_progress_vacuum was added.

Author: Amit Langote
Discussion: http://postgr.es/m/7ab51b59-8d4d-6193-c60a-b75f222efb12@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7a3e8d7b503c25e009b9f591554617a2434c72eb

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-04-13 03:10:49 pgsql: Move pg_stat_progress_vacuum to the table of Dynamic Statistics
Previous Message Fujii Masao 2017-04-13 02:30:47 pgsql: Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPT