pgsql: postgres_fdw: Fix tests on some Windows variants - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: postgres_fdw: Fix tests on some Windows variants
Date
Msg-id E1txJtL-0012dT-0h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d2028e9bbc1af94d2ac390146293f02b548c95c9

Modified Files
--------------
contrib/postgres_fdw/t/001_auth_scram.pl | 73 +++++++++++++++++---------------
1 file changed, 39 insertions(+), 34 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: postgres_fdw: improve security checks
Next
From: Michael Paquier
Date:
Subject: pgsql: Use relation name instead of OID in query jumbling for RangeTblE