postgres_fdw: Fix tests on some Windows variants

Peter Eisentraut <peter@eisentraut.org>

Commit: d2028e9bbc1af94d2ac390146293f02b548c95c9
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-03-26T06:00:00Z
Releases: 18.0
postgres_fdw: Fix tests on some Windows variants

The tests introduced by commit 76563f88cfb only work when Unix-domain
sockets are available.  This is optional on Windows, and buildfarm
member drongo runs without them.  To fix, skip the test if Unix-domain
sockets are not enabled.

Files

PathChange+/−
contrib/postgres_fdw/t/001_auth_scram.pl modified +39 −34