From 1a7fa06dbcd186f4e13332157f3ffb6da955fe1a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 Jun 2026 17:37:58 -0400 Subject: [PATCH] doc PG 19 relnotes: fix autovacuum_vacuum_score_weight prefix Was missing "autovacuum_" prefix. Reported-by: Chao Li Author: Chao Li Discussion: https://postgr.es/m/6D50BAF9-0586-420C-AFAC-CCDB61EF694A@gmail.com Backpatch-through: 19 only --- doc/src/sgml/release-19.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index b0925d5f24b..d8d3758d5ba 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -1318,7 +1318,7 @@ Add scoring system to control the order that tables are processed by -The new server variables are autovacuum_freeze_score_weight, autovacuum_multixact_freeze_score_weight, autovacuum_vacuum_score_weight, vacuum_insert_score_weight, and +The new server variables are autovacuum_freeze_score_weight, autovacuum_multixact_freeze_score_weight, autovacuum_vacuum_score_weight, autovacuum_vacuum_insert_score_weight, and autovacuum_analyze_score_weight.