]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Recalculate search_path after ALTER ROLE.
authorJeff Davis <jdavis@postgresql.org>
Mon, 7 Aug 2023 22:12:33 +0000 (15:12 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 7 Aug 2023 22:12:33 +0000 (15:12 -0700)
commit00953f1e232912a21bb17b3ad486e6ef8c5eadab
treee528f9394d3d873aaf5955e0f100a68b53d6992a
parent86648dcdaec67b83cec20a9d25b45ec089a7c624
Recalculate search_path after ALTER ROLE.

Renaming a role can affect the meaning of the special string $user, so
must cause search_path to be recalculated.

Discussion: https://postgr.es/m/186761d32c0255debbdf50b6310b581b9c973e6c.camel@j-davis.com
Reviewed-by: Nathan Bossart, Michael Paquier
Backpatch-through: 11
src/backend/catalog/namespace.c
src/test/isolation/expected/search-path-inval.out [new file with mode: 0644]
src/test/isolation/isolation_schedule
src/test/isolation/specs/search-path-inval.spec [new file with mode: 0644]