]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Correct context description for some JIT support GUCs
authorFujii Masao <fujii@postgresql.org>
Mon, 20 Apr 2026 23:44:19 +0000 (08:44 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 20 Apr 2026 23:45:18 +0000 (08:45 +0900)
commit8916a4bcc73f289f1ff6ef748a0d70e99cbdc8b6
treea292b46baa77690a29432d6ff30955381f3bd61f
parent798dabe8388764a8a9979f5c91237f807cd09188
doc: Correct context description for some JIT support GUCs

The documentation for jit_debugging_support and jit_profiling_support
previously stated that these parameters can only be set at server start.

However, both parameters use the PGC_SU_BACKEND context, meaning they
can be set at session start by superusers or users granted the appropriate
SET privilege, but cannot be changed within an active session.

This commit updates the documentation to reflect the actual behavior.

Backpatch to all supported versions.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CAHGQGwEpMDpB-K8SSUVRRHg6L6z3pLAkekd9aviOS=ns0EC=+Q@mail.gmail.com
Backpatch-through: 14
doc/src/sgml/config.sgml