pgsql: doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_ - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_
Date
Msg-id E1uAHED-000Om9-1E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Mention cost-based delays for total_[auto]{vacuum,analyze}_time

30a6ed0ce4b has added four attributes to pg_stat_all_tables to track the
cumulative time spent in [auto]vacuum and [auto]analyze.  It was not
mentioned that the vacuum cost-based delays are included in these
numbers, which could be confusing now that the delays are included in
the vacuum progress view (bb8dff9995f2).

This commit adds an extra note about this matter.

Reported-by: Magnus Hagander <magnus@hagander.net>
Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/CABUevEz9v1ZNToPyD98JnWDGZgG=SmPZKkSNzU9hXQ-nGTQF0g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/92ee8a4df5b529efbc2455d7a171054c88b43a33

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Convert strncpy to strlcpy
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Adjust overstrong nbtree skip array assertion.