Re: use has_privs_of_role() for pg_hba.conf

From: Joe Conway <mail(at)joeconway(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Joshua Brindle <joshua(dot)brindle(at)crunchydata(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: use has_privs_of_role() for pg_hba.conf
Date: 2022-10-08 14:38:00
Message-ID: 87994809-5b2c-08f0-0ab3-3c76c49afada@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-10-08 15:14:06 Re: use has_privs_of_role() for pg_hba.conf
Previous Message Michael Paquier 2022-10-08 05:11:38 Re: Adding Support for Copy callback functionality on COPY TO api