pgsql: Fix XML id to match GUC name

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix XML id to match GUC name
Дата
Msg-id E1kNV9i-0000e3-RB@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Doc: Improve clarity on partitioned table limitations
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: pgbench: Use PQExpBuffer to simplify code that constructs SQL.