]> 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:09 +0000 (15:12 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 7 Aug 2023 22:12:09 +0000 (15:12 -0700)
commit90cadfd4995b3848223ea881cdadcf83d29ff679
tree2a123cb2404c882d67ca3a28b99a55f87b7555e8
parentc9d50b21a72d2bbc092ea9d7de4d4c044d8f8275
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]