diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-10-20 08:31:43 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-10-20 08:31:43 +0530 |
commit | 0a1377760bcdfe837ea5f602a800ea97c668bf16 (patch) | |
tree | 3ef43befc6d946fbed07c4f584d682ba06c80fb4 /doc/src | |
parent | 1814f915b526d5022b3e2a6ce4ea3bcbe59abe2c (diff) |
Fix typo in commit 99ae342fc4.
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/vacuum.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index 21ab57d8804..e232aba7c48 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -239,7 +239,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet to perform the operation is equal to the number of indexes on the relation that support parallel vacuum which is limited by the number of workers specified with <literal>PARALLEL</literal> option if any which is - further limited by <xref linkend="guc-max-parallel-maintenance-workers"/>. + further limited by <xref linkend="guc-max-parallel-workers-maintenance"/>. An index can participate in parallel vacuum if and only if the size of the index is more than <xref linkend="guc-min-parallel-index-scan-size"/>. Please note that it is not guaranteed that the number of parallel workers |