1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

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.
This commit is contained in:
Peter Eisentraut
2020-09-30 07:39:38 +02:00
parent 151c0c5f72
commit 300b6984a5
3 changed files with 5 additions and 5 deletions

View File

@@ -771,7 +771,7 @@ Indexes:
least a <literal>32MB</literal> share of the total
<varname>maintenance_work_mem</varname> budget. There must also be
a remaining <literal>32MB</literal> share for the leader process.
Increasing <xref linkend="guc-max-parallel-workers-maintenance"/>
Increasing <xref linkend="guc-max-parallel-maintenance-workers"/>
may allow more workers to be used, which will reduce the time
needed for index creation, so long as the index build is not
already I/O bound. Of course, there should also be sufficient