pgsql: doc: Fix pg_stat_autovacuum_scores descriptions.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix pg_stat_autovacuum_scores descriptions.
Date: 2026-07-01 15:49:47
Message-ID: E1wexC7-000wDu-1O@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Sami Imseih <samimseih(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-07-01 17:27:48 pgsql: btree_gist: fix NaN handling in float4/float8 opclasses.
Previous Message Tom Lane 2026-07-01 15:33:59 pgsql: Improve the names generated for indexes on expressions.