Recalculate search_path after ALTER ROLE.

Jeff Davis <jdavis@postgresql.org>

Commit: fa2e874946c5b9f23394358c131e987df7cc8ffb
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2023-08-09T20:09:25Z
Releases: 17.0
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

Files

Discussion