[COMMITTERS] pgsql: Move pg_stat_progress_vacuum to the table of DynamicStatistics

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема [COMMITTERS] pgsql: Move pg_stat_progress_vacuum to the table of DynamicStatistics
Дата
Msg-id E1cyV9l-0003aA-3Q@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c63dab83836f9287e3809d5193117ea3bdd9adb

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Move pg_stat_progress_vacuum to the table of DynamicStatistics
Следующее
От: Simon Riggs
Дата:
Сообщение: [COMMITTERS] pgsql: Mention pg_index changes also cause relcache invalidation