docs: add missing <varlistentry> id elements for developer GUCs

Started by Ian Lawrence Barwickover 3 years ago3 messageshackers
Jump to latest
#1Ian Lawrence Barwick
barwick@gmail.com

Hi

A few of the developer option GUCs were missing the "id" attribute
in their markup, making it impossible to link to them directly.

Specifically the entries from "trace_locks" to "log_btree_build_stats" here:

https://www.postgresql.org/docs/current/runtime-config-developer.html

Patch applies cleanly back to REL_11_STABLE.

Regards

Ian Barwick

Attachments:

v1-0001-doc-dev-guc-missing-varlistentry-id-elements.patchtext/x-patch; charset=US-ASCII; name=v1-0001-doc-dev-guc-missing-varlistentry-id-elements.patchDownload+7-8
#2Michael Paquier
michael@paquier.xyz
In reply to: Ian Lawrence Barwick (#1)
Re: docs: add missing <varlistentry> id elements for developer GUCs

On Sat, Dec 03, 2022 at 03:58:19PM +0900, Ian Lawrence Barwick wrote:

A few of the developer option GUCs were missing the "id" attribute
in their markup, making it impossible to link to them directly.

True enough that the other developer GUCs do that, so applied and
backpatched down to 11.
--
Michael

#3Ian Lawrence Barwick
barwick@gmail.com
In reply to: Michael Paquier (#2)
Re: docs: add missing <varlistentry> id elements for developer GUCs

2022年12月5日(月) 11:25 Michael Paquier <michael@paquier.xyz>:

On Sat, Dec 03, 2022 at 03:58:19PM +0900, Ian Lawrence Barwick wrote:

A few of the developer option GUCs were missing the "id" attribute
in their markup, making it impossible to link to them directly.

True enough that the other developer GUCs do that, so applied and
backpatched down to 11.

Thanks :).

It has since been brought to my attention that there's a general patch covering
missing "id" attributes, including those ones (see [1]/messages/by-id/3bac458c-b121-1b20-8dea-0665986faa40@gmx.de), albeit
without a CF entry.
I will see if we can move that forward, before I end up sending in more
piecemeal patches as I encounter them...

[1]: /messages/by-id/3bac458c-b121-1b20-8dea-0665986faa40@gmx.de

Regards

Ian Barwick