diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-09-30 07:39:38 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-09-30 07:39:38 +0200 |
commit | 300b6984a58ad48d0ff2eb2f35c745613f07ad9c (patch) | |
tree | 54bc5896a74dd03ec0e96f0cc9ae0b25f663d604 /doc/src/sgml/ref/create_index.sgml | |
parent | 151c0c5f7277fd572ec02cb4ee992fdd23365a2f (diff) | |
download | postgresql-300b6984a58ad48d0ff2eb2f35c745613f07ad9c.tar.gz postgresql-300b6984a58ad48d0ff2eb2f35c745613f07ad9c.zip |
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/create_index.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_index.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 33aa64e81d5..7fa79f4cbfb 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -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 |