pgsql: Fix XML id to match GUC name - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix XML id to match GUC name
Date
Msg-id E1kNV9i-0000e3-RB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/300b6984a58ad48d0ff2eb2f35c745613f07ad9c

Modified Files
--------------
doc/src/sgml/config.sgml           | 6 +++---
doc/src/sgml/ref/create_index.sgml | 2 +-
doc/src/sgml/ref/vacuum.sgml       | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Doc: Improve clarity on partitioned table limitations
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: pgbench: Use PQExpBuffer to simplify code that constructs SQL.