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:
@@ -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
|
||||
|
Reference in New Issue
Block a user