]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Fix pg_stat_autovacuum_scores descriptions.
authorNathan Bossart <nathan@postgresql.org>
Wed, 1 Jul 2026 15:47:53 +0000 (10:47 -0500)
committerNathan Bossart <nathan@postgresql.org>
Wed, 1 Jul 2026 15:47:53 +0000 (10:47 -0500)
commitba7a65c5c5aaa71df23def8280fa70db7f11fd3b
tree8c6c930496ec365d6d284d40205e9d77b9420fc6
parentb70000837888917690782197c098942ddb529753
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
doc/src/sgml/monitoring.sgml