Re: On login trigger: take three - Mailing list pgsql-hackers

From Andres Freund
Subject Re: On login trigger: take three
Date
Msg-id 20220322024844.gpg3kl23mqvoncn2@alap3.anarazel.de
Whole thread Raw
In response to Re: On login trigger: take three  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: On login trigger: take three
List pgsql-hackers
Hi,

On 2022-03-18 17:03:39 +0100, Daniel Gustafsson wrote:
> > On 18 Mar 2022, at 08:24, a.sokolov@postgrespro.ru wrote:
> 
> > -       auth_extra       => [ '--create-role', 'repl_role' ]);
> > +       auth_extra       => [ '--create-role', 'repl_role,regress_user' ]);
> 
> Looking at the test in question it's not entirely clear to me what the original
> author really intended here, so I've changed it up a bit to actually test
> something and removed the need for the regress_user role.  I've also fixed the
> silly mistake highlighted in the postgresql.conf.sample test.

docs fail to build: https://cirrus-ci.com/task/5556234047717376?logs=docs_build#L349

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Broken make dependency somewhere near win32ver.o?
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: shared-memory based stats collector - v67