]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Nail pg_parameter_acl in relcache.
authorJeff Davis <jdavis@postgresql.org>
Tue, 23 Jun 2026 19:06:33 +0000 (12:06 -0700)
committerJeff Davis <jdavis@postgresql.org>
Tue, 23 Jun 2026 19:19:52 +0000 (12:19 -0700)
commit4cc02b80774ecdc4cf2a2d5df09c07df36d68ca5
tree491694de28f61f76835ba6c742b0c88a0d3119e9
parent2af70e9374789913c4d474e6fce2e69d7060202e
Nail pg_parameter_acl in relcache.

Previously, a parameter specified in the startup packet for a physical
replication connection could encounter an error trying to perform an
ACL check for the setting.

Problem was introduced in a0ffa885e4, but no reasonable back-patchable
solution was found, so fixing only in master.

Bumps catversion.

Discussion: https://postgr.es/m/d8f8e11f06d692fff89e6be0f22732d30cf695a0.camel%40j-davis.com
Reviewed-by: John Naylor <johncnaylorls@gmail.com>
Reviewed-by: Mark Dilger <mark.dilger@enterprisedb.com>
src/backend/utils/cache/catcache.c
src/backend/utils/cache/relcache.c
src/include/catalog/catversion.h
src/include/catalog/pg_parameter_acl.h