Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql

Michael Paquier <michael@paquier.xyz>

Commit: d35e29387870fecfdb52ffd4c93c651f0c7c1b43
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-09-20T00:59:22Z
Releases: 18.0
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

Files

PathChange+/−
src/test/perl/PostgreSQL/Test/Cluster.pm modified +18 −6

Discussion