diff options
author | Peter Eisentraut | 2020-09-30 05:39:38 +0000 |
---|---|---|
committer | Peter Eisentraut | 2020-09-30 05:39:38 +0000 |
commit | 300b6984a58ad48d0ff2eb2f35c745613f07ad9c (patch) | |
tree | 54bc5896a74dd03ec0e96f0cc9ae0b25f663d604 /doc/src/sgml/ref/vacuum.sgml | |
parent | 151c0c5f7277fd572ec02cb4ee992fdd23365a2f (diff) |
Fix XML id to match GUC name
For some reason, the id of the description of
max_parallel_maintenance_workers has been
guc-max-parallel-workers-maintenance since the beginning. Flip that
around to make it consistent.
Diffstat (limited to 'doc/src/sgml/ref/vacuum.sgml')
-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 a48f75ad7ba..26ede69bb31 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 (without <literal>FULL</literal>), if the <literal>PARALLEL</literal> option is omitted, then the number of workers is determined based on the number of indexes on the relation that support parallel vacuum operation and is further - limited by <xref linkend="guc-max-parallel-workers-maintenance"/>. An index + limited by <xref linkend="guc-max-parallel-maintenance-workers"/>. 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 specified in |