Fix XML id to match GUC name

Peter Eisentraut <peter@eisentraut.org>

Commit: 300b6984a58ad48d0ff2eb2f35c745613f07ad9c
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-09-30T05:39:38Z
Releases: 14.0
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.

Files

PathChange+/−
doc/src/sgml/config.sgml modified +3 −3
doc/src/sgml/ref/create_index.sgml modified +1 −1
doc/src/sgml/ref/vacuum.sgml modified +1 −1

Documentation touched