We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1814f91 commit 0a13777Copy full SHA for 0a13777
doc/src/sgml/ref/vacuum.sgml
@@ -239,7 +239,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
239
to perform the operation is equal to the number of indexes on the
240
relation that support parallel vacuum which is limited by the number of
241
workers specified with <literal>PARALLEL</literal> option if any which is
242
- further limited by <xref linkend="guc-max-parallel-maintenance-workers"/>.
+ further limited by <xref linkend="guc-max-parallel-workers-maintenance"/>.
243
An index can participate in parallel vacuum if and only if the size of the
244
index is more than <xref linkend="guc-min-parallel-index-scan-size"/>.
245
Please note that it is not guaranteed that the number of parallel workers
0 commit comments