From 0fe7be2e0c4d970d0ec21af007d600c5bb94d904 Mon Sep 17 00:00:00 2001 From: Sami Imseih Date: Sat, 4 Apr 2026 13:08:04 +0000 Subject: [PATCH 1/1] sami_doc_fix --- doc/src/sgml/monitoring.sgml | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 34e3051c400..47ed7768345 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -4522,7 +4522,9 @@ description | Waiting for a newly initialized WAL file to reach durable storage The pg_stat_autovacuum_scores view will contain one row for each table in the current database (including TOAST tables), showing - the current autovacuum scores for that specific table. See + the current autovacuum scores for that specific table. Tables eligible for + autovacuum are prioritized for processing based on their score, with higher + scores indicating higher priority. See for more information. @@ -4574,11 +4576,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage Maximum value of all component scores. This is the value that - autovacuum uses to sort the list of tables to process. Scores greater - than or equal to 1.0 indicate the table will be - processed (unless autovacuum is disabled and neither - xid_score nor mxid_score are - greater than or equal to 1.0). + autovacuum uses to sort the list of tables to process. @@ -4587,8 +4585,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage xid_score double precision - Transaction ID age component score. Scores greater than or equal to - 1.0 indicate the table will be vacuumed. + Transaction ID age component score. @@ -4597,8 +4594,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage mxid_score double precision - Multixact ID age component score. Scores greater than or equal to - 1.0 indicate the table will be vacuumed. + Multixact ID age component score. @@ -4607,9 +4603,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage vacuum_score double precision - Vacuum component score. Scores greater than or equal to - 1.0 indicate the table will be vacuumed (unless - autovacuum is disabled). + Vacuum component score. @@ -4618,9 +4612,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage vacuum_insert_score double precision - Vacuum insert component score. Scores greater than or equal to - 1.0 indicate the table will be vacuumed (unless - autovacuum is disabled). + Vacuum insert component score. @@ -4629,9 +4621,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage analyze_score double precision - Analyze component score. Scores greater than or equal to - 1.0 indicate the table will be analyzed (unless - autovacuum is disabled). + Analyze component score. -- 2.50.1