Re: pgsql: Add 'basebackup_to_shell' contrib module.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Nathan Bossart <nathandbossart(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: pgsql: Add 'basebackup_to_shell' contrib module.
Date: 2022-03-31 15:12:07
Message-ID: CA+TgmoZppyDsGoAYzS7+LQ9O60g9SjAu2YRUWfxLjBFohkxXfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Thu, Mar 31, 2022 at 10:52 AM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> I have configured fairywren and drongo to use Unix sockets., and they
> have turned green Here are the settings I'm using in the config's
> build_env section:
>
> PG_TEST_USE_UNIX_SOCKETS => 1,
> PG_REGRESS_SOCK_DIR =>
> 'C:/Users/pgrunner/AppData/Local/Temp',
>
> We should probably fix the test though, so it doesn't require Unix
> sockets. It should be possible, although I haven't looked yet to see how.

Our mutual colleague Neha Sharma pointed out this email message to me:

http://postgr.es/m/106926.1643842376@sss.pgh.pa.us

I actually don't understand why using pg_regress --auth-extra would
fix it, or what that option does, or why we're even running pg_regress
at all in PostgreSQL::Test::Cluster::init. I think it might be to fix
this exact issue, but there's no SGML documentation for pg_regress,
and the output of pg_regress -h isn't really clear enough to
understand what's going on here.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-03-31 15:24:58 pgsql: Add missing newline in one libpq error message.
Previous Message Andrew Dunstan 2022-03-31 14:51:53 Re: pgsql: Add 'basebackup_to_shell' contrib module.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-03-31 15:32:15 Re: pgsql: Add 'basebackup_to_shell' contrib module.
Previous Message Anton A. Melnikov 2022-03-31 15:08:01 Re: Possible fails in pg_stat_statements test