]> 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:45:45 +0000 (08:45 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 20 Apr 2026 23:45:45 +0000 (08:45 +0900)
commitf33874c3a9970184ae59c5600e0af104d7fddcf0
tree5081140fc08ca9405f45327c1e6c8a322b40e4e0
parent0a26194683516a766344f0d899f23ae6e183524c
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, 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