Re: pgsql: Adjust interaction of CREATEROLE with role properties. - Mailing list pgsql-committers

From Justin Pryzby
Subject Re: pgsql: Adjust interaction of CREATEROLE with role properties.
Date
Msg-id 20230126183106.GS22427@telsasoft.com
Whole thread Raw
In response to Re: pgsql: Adjust interaction of CREATEROLE with role properties.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Adjust interaction of CREATEROLE with role properties.  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
On Thu, Jan 26, 2023 at 09:46:07AM -0500, Andrew Dunstan wrote:
> 
> On 2023-01-26 Th 08:00, Robert Haas wrote:
> > On Thu, Jan 26, 2023 at 6:58 AM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> >> On 2023-Jan-24, Robert Haas wrote:
> >>
> >>> Adjust interaction of CREATEROLE with role properties.
> >> This commit broke the ability to run 'make installcheck' repeatedly,
> >> because it fails to drop role regress_role_limited_admin.
> > Argh, sorry. I keep making that mistake.
> 
> 
> Would it be worth adding a check right at the end of the schedule that
> makes sure there are no such roles left?

Yes, because the alternative is to have cirrus run "installcheck"
twice..



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Code review for commit 05a7be935.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve TimestampDifferenceMilliseconds to cope with overflow sa