agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: doc: Fix pg_stat_autovacuum_scores descriptions. 2+ messages / 1 participants [nested] [flat]
* pgsql: doc: Fix pg_stat_autovacuum_scores descriptions. @ 2026-07-01 15:49 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 2+ messages in thread From: Nathan Bossart @ 2026-07-01 15:49 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: Fix pg_stat_autovacuum_scores descriptions. The descriptions of the component scores state that values greater than or equal to the corresponding weight parameter mean autovacuum will process the table. However, since the code that determines whether to vacuum or analyze a table actually checks whether the threshold is exceeded, it's more accurate to say "greater than" there. Author: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Sami Imseih <samimseih@gmail.com> Discussion: https://postgr.es/m/E3ABDC6B-80CA-4C37-BA0B-A519D49F4C66%40gmail.com Backpatch-through: 19 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6440265606241277d9d99241116b14d7cc2783ca Modified Files -------------- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
* pgsql: doc: Fix pg_stat_autovacuum_scores descriptions. @ 2026-07-01 15:49 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 2+ messages in thread From: Nathan Bossart @ 2026-07-01 15:49 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org doc: Fix pg_stat_autovacuum_scores descriptions. The descriptions of the component scores state that values greater than or equal to the corresponding weight parameter mean autovacuum will process the table. However, since the code that determines whether to vacuum or analyze a table actually checks whether the threshold is exceeded, it's more accurate to say "greater than" there. Author: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Sami Imseih <samimseih@gmail.com> Discussion: https://postgr.es/m/E3ABDC6B-80CA-4C37-BA0B-A519D49F4C66%40gmail.com Backpatch-through: 19 Branch ------ REL_19_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/ba7a65c5c5aaa71df23def8280fa70db7f11fd3b Modified Files -------------- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2026-07-01 15:49 UTC | newest] Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-07-01 15:49 pgsql: doc: Fix pg_stat_autovacuum_scores descriptions. Nathan Bossart <nathan@postgresql.org> 2026-07-01 15:49 pgsql: doc: Fix pg_stat_autovacuum_scores descriptions. Nathan Bossart <nathan@postgresql.org>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox