Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a13777

Browse files
author
Amit Kapila
committed
Fix typo in commit 99ae342.
In v13, the id for max_parallel_maintenance_workers is defined differently as compared to HEAD in docs, so adjust the docs accordingly. Reported-by: Magnus Hagander and Tom Lane Discussion: https://postgr.es/m/CABUevEyAFQZ_jvjY_KtRUWbci4YMyQC1QAMzDQAbLs=XCo3m5Q@mail.gmail.com
1 parent 1814f91 commit 0a13777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/vacuum.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
239239
to perform the operation is equal to the number of indexes on the
240240
relation that support parallel vacuum which is limited by the number of
241241
workers specified with <literal>PARALLEL</literal> option if any which is
242-
further limited by <xref linkend="guc-max-parallel-maintenance-workers"/>.
242+
further limited by <xref linkend="guc-max-parallel-workers-maintenance"/>.
243243
An index can participate in parallel vacuum if and only if the size of the
244244
index is more than <xref linkend="guc-min-parallel-index-scan-size"/>.
245245
Please note that it is not guaranteed that the number of parallel workers

0 commit comments

Comments
 (0)