Re: pgsql: Adjust interaction of CREATEROLE with role properties.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Adjust interaction of CREATEROLE with role properties.
Date: 2023-01-26 14:46:07
Message-ID: 25633601-9749-a03c-e1cc-8ff2cf7c599a@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 2023-01-26 Th 08:00, Robert Haas wrote:
> On Thu, Jan 26, 2023 at 6:58 AM Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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?

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-01-26 16:34:24 pgsql: Doc: use less-awkward phrasing.
Previous Message Robert Haas 2023-01-26 13:16:03 pgsql: DROP ROLE regress_role_limited_admin at end of test