From 0333e9294a2bd167d83263f6fdbd70c2182fc565 Mon Sep 17 00:00:00 2001
From: Daniil Davidov <d.davydov@postgrespro.ru>
Date: Wed, 1 Apr 2026 14:24:03 +0700
Subject: [PATCH] v34--v35-diff

---
 doc/src/sgml/config.sgml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 70d8771f0af..520c38e82a6 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -9497,9 +9497,10 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
          <para>
           Sets the maximum number of parallel workers that can be used by a
           single autovacuum worker to process indexes. This limit applies
-          specifically to the index vacuuming and index cleanup phases of
-          autovacuum. The actual number of parallel workers is further limited
-          by <xref linkend="guc-max-parallel-workers"/>. This is the
+          specifically to the index vacuuming and index cleanup phases (for the
+          details of each autovacuum phase, please refer to <xref linkend="vacuum-phases"/>).
+          The actual number of parallel workers is further limited by
+          <xref linkend="guc-max-parallel-workers"/>. This is the
           per-autovacuum worker equivalent of the <literal>PARALLEL</literal>
           option of the <link linkend="sql-vacuum"><command>VACUUM</command></link>
           command. Setting this value to 0 disables parallel vacuum during autovacuum.
-- 
2.43.0

