On Wed, 2023-08-09 at 20:31 +0000, Jeff Davis wrote: > Recalculate search_path after ALTER ROLE.
Looks like this is causing some buildfarm failures for debug_parallel_query members related to the combination of parallel query, search_path, and renaming a role. I'm not sure yet, but this looks like a possible pre-existing bug, or some incorrect assumption I made in fa2e874946. Investigating... Regards, Jeff Davis