Re: Custom connstr in background_psql()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: a(dot)imamov(at)postgrespro(dot)ru
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Custom connstr in background_psql()
Date: 2024-09-17 22:57:11
Message-ID: ZuoJRwwoYuKGvG_b@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 18, 2024 at 01:08:26AM +0300, a(dot)imamov(at)postgrespro(dot)ru wrote:
> I've noticed that there is no way to specify a custom connection string when
> calling the PostgreSQL::Test::Cluster->background_psql() method compared to the
> PostgreSQL::Test:Cluster->psql(). It seems useful to have this feature while
> testing with BackgroundPsql, for example, when the default host value needs
> to be overridden to establish different types of connections.
>
> What do you think?

I think that it makes sense to extend the routine as you are
suggesting. At least I can see myself using it depending on the test
suite I am dealing with. So count me in.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2024-09-17 23:39:17 Re: query_id, pg_stat_activity, extended query protocol
Previous Message Michael Paquier 2024-09-17 22:50:27 Re: query_id, pg_stat_activity, extended query protocol