Recalculate search_path after ALTER ROLE.

Jeff Davis <jdavis@postgresql.org>

Commit: 43ba5105a8e0c28e893bd698f76211b5ea757145
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2023-08-07T22:09:11Z
Releases: 11.22
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