From: Bruce Momjian Date: Mon, 29 Jun 2026 21:37:58 +0000 (-0400) Subject: doc PG 19 relnotes: fix autovacuum_vacuum_score_weight prefix X-Git-Tag: REL_19_BETA2~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a7fa06dbcd186f4e13332157f3ffb6da955fe1a;p=thirdparty%2Fpostgresql.git 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 --- 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.