[pgpool-committers: 10402] pgpool: Test: skip inaccessible Unix socket directories.

Tatsuo Ishii ishii at postgresql.org
Tue Apr 1 15:52:59 JST 2025


Test: skip inaccessible Unix socket directories.

Commit 182b65bfc allows to use multiple Unix socket directories: /tmp
and /var/run/postgresql.  However if the system does not have
accessible /var/run/postgresql, pgpool_setup fails unless
$PGSOCKET_DIR is explicitly set. Instead of failing, this commit
allows pgpool_setup to skip inaccessible directories.

Backpatch-through: v4.5

Branch
------
V4_6_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7969146b766c4777607f2dd85aad095977f50436

Modified Files
--------------
src/test/pgpool_setup.in | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list