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

Tatsuo Ishii ishii at postgresql.org
Tue Apr 1 15:52:54 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_5_STABLE

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

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



More information about the pgpool-committers mailing list