pgsql: Fix XML id to match GUC name

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix XML id to match GUC name
Date: 2020-09-30 05:59:58
Message-ID: E1kNV9i-0000e3-RB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-09-30 07:59:19 pgsql: pgbench: Use PQExpBuffer to simplify code that constructs SQL.
Previous Message Michael Paquier 2020-09-30 05:50:25 Re: __pg_log_level in anonynous enum should be initialized? (Was: pgsql: Change SHA2 implementation based on OpenSSL to use EVP digest ro)