Two small doc fixes for config.sgml

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Two small doc fixes for config.sgml
Date: 2026-04-20 10:02:52
Message-ID: CAHGQGwEpMDpB-K8SSUVRRHg6L6z3pLAkekd9aviOS=ns0EC=+Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Attachment Content-Type Size
v1-0001-pg14-doc-Correct-context-description-for-some-JIT-supp.txt text/plain 2.0 KB
v1-0001-doc-Correct-context-description-for-some-JIT-supp.patch application/octet-stream 2.1 KB
v1-0002-doc-Use-integer-for-some-I-O-worker-GUC-type-desc.patch application/octet-stream 2.1 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2026-04-20 10:13:00 Re: Two small doc fixes for config.sgml
Previous Message Daniele Varrazzo 2026-04-19 15:54:02 Improve PQauthDataHook_type docs