Two small doc fixes for config.sgml

Started by Fujii Masao9 days ago3 messagesdocs
Jump to latest
#1Fujii Masao
masao.fujii@gmail.com

Hi,

I found two small issues in config.sgml and attached patches for both.

#1
The documentation for jit_debugging_support and jit_profiling_support says
these parameters can only be set at server start. However, both use
the PGC_SU_BACKEND context, which means they can be set at session start
by superusers or users with the appropriate SET privilege, but cannot be
changed within an active session. So, these descriptions should be corrected.
This fix should be backpatched to all supported versions.

#2
config.sgml describes the io_max_workers, io_worker_idle_timeout,
and io_worker_launch_interval GUCs as type "int". Elsewhere, config.sgml
consistently uses "integer" for this type. So those descriptions should be
updated to use "integer" for consistency.

Regards,

--
Fujii Masao

Attachments:

v1-0001-pg14-doc-Correct-context-description-for-some-JIT-supp.txttext/plain; charset=US-ASCII; name=v1-0001-pg14-doc-Correct-context-description-for-some-JIT-supp.txtDownload+4-3
v1-0001-doc-Correct-context-description-for-some-JIT-supp.patchapplication/octet-stream; name=v1-0001-doc-Correct-context-description-for-some-JIT-supp.patchDownload+6-3
v1-0002-doc-Use-integer-for-some-I-O-worker-GUC-type-desc.patchapplication/octet-stream; name=v1-0002-doc-Use-integer-for-some-I-O-worker-GUC-type-desc.patchDownload+3-4
#2Daniel Gustafsson
daniel@yesql.se
In reply to: Fujii Masao (#1)
Re: Two small doc fixes for config.sgml

On 20 Apr 2026, at 12:02, Fujii Masao <masao.fujii@gmail.com> wrote:

I found two small issues in config.sgml and attached patches for both.

Both fixes LGTM, confirmed that no other <type>int</type> exist (and double
checked if we had any bool/boolean but all seem to use boolean).

--
Daniel Gustafsson

#3Fujii Masao
masao.fujii@gmail.com
In reply to: Daniel Gustafsson (#2)
Re: Two small doc fixes for config.sgml

On Mon, Apr 20, 2026 at 7:13 PM Daniel Gustafsson <daniel@yesql.se> wrote:

On 20 Apr 2026, at 12:02, Fujii Masao <masao.fujii@gmail.com> wrote:

I found two small issues in config.sgml and attached patches for both.

Both fixes LGTM, confirmed that no other <type>int</type> exist (and double
checked if we had any bool/boolean but all seem to use boolean).

Thanks for the review! I've pushed the patches.

Regards,

--
Fujii Masao