pgsql: postgres_fdw: Fix tests on some Windows variants

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: postgres_fdw: Fix tests on some Windows variants
Date: 2025-03-26 06:05:31
Message-ID: E1txJtL-0012dT-0h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-03-26 06:21:19 pgsql: Use relation name instead of OID in query jumbling for RangeTblE
Previous Message Tom Lane 2025-03-26 00:59:12 Re: pgsql: postgres_fdw: improve security checks