pgsql: Add parameter "connstr" to PostgreSQL::Test::Cluster::background - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add parameter "connstr" to PostgreSQL::Test::Cluster::background
Date
Msg-id E1srS00-0005qc-9i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql

Like for Cluster::psql, this can be handy to force the use of a
connection string with some values overriden, like a "host".

Author: Aidar Imamov
Discussion: https://postgr.es/m/ecacb079efc533aed3c234cbcb5b07b6@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d35e29387870fecfdb52ffd4c93c651f0c7c1b43

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Restore relmapper state early enough in parallel workers.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Fix nbtree pgstats accounting with parallel scans.