Re: use has_privs_of_role() for pg_hba.conf - Mailing list pgsql-hackers

From Joe Conway
Subject Re: use has_privs_of_role() for pg_hba.conf
Date
Msg-id 87994809-5b2c-08f0-0ab3-3c76c49afada@joeconway.com
Whole thread Raw
In response to Re: use has_privs_of_role() for pg_hba.conf  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: use has_privs_of_role() for pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 10/7/22 17:58, Nathan Bossart wrote:
> On Fri, Oct 07, 2022 at 04:18:59PM -0400, Tom Lane wrote:
>> There's another problem there, which is that buildfarm animals
>> using -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS will complain
>> about role names that don't start with "regress_".
> 
> Huh, I hadn't noticed that one before.  It looks like roles must start with
> "regress_" and database names must include "regression", so I ended up
> using "regress_regression_group" for the samegroup/samerole tests.


Thanks -- looks good to me. If there are no other comments or concerns, 
I will commit/push by the end of the weekend.

-- 
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Adding Support for Copy callback functionality on COPY TO api
Next
From: Tom Lane
Date:
Subject: Re: use has_privs_of_role() for pg_hba.conf