Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql
authorMichael Paquier <michael@paquier.xyz>
Fri, 20 Sep 2024 00:49:43 +0000 (09:49 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 20 Sep 2024 00:59:22 +0000 (09:59 +0900)
commitd35e29387870fecfdb52ffd4c93c651f0c7c1b43
treeb4331aaec1b0b44b4c09c55dfffe1932b6fb010f
parent126ec0bc76d044d3a9eb86538b61242bf7da6db4
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
src/test/perl/PostgreSQL/Test/Cluster.pm