Re: pgsql: Recalculate search_path after ALTER ROLE.

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Recalculate search_path after ALTER ROLE.
Date: 2023-08-09 23:12:15
Message-ID: d4bc331366068e9605d65bfe471687b4d32528d8.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Smith 2023-08-10 00:30:25 Re: pgsql: Fix last remaining uninitialized memory warnings
Previous Message Bruce Momjian 2023-08-09 22:02:16 pgsql: doc: PG 16 relnotes, merge and adjust CREATEROLE items