Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs. Commit bb8dff9995 added this information to the pg_stat_progress_vacuum and pg_stat_progress_analyze system views. This commit adds the same information to the output of VACUUM and ANALYZE with the VERBOSE option and to the autovacuum logs.
Suggested-by: Masahiro Ikeda <ikeda...@oss.nttdata.com> Author: Bertrand Drouvot <bertranddrouvot...@gmail.com> Discussion: https://postgr.es/m/ZmaXmWDL829fzAVX%40ip-10-97-1-34.eu-west-3.compute.internal Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/7720082ae53280857f1eacb86134a9a759290f40 Modified Files -------------- doc/src/sgml/config.sgml | 9 ++++++--- src/backend/access/heap/vacuumlazy.c | 11 +++++++++++ src/backend/commands/analyze.c | 9 +++++++++ 3 files changed, 26 insertions(+), 3 deletions(-)