Re: Unix-domain socket support on Windows
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-09-02T23:45:27Z
Lists: pgsql-hackers
On Wed, Aug 14, 2019 at 6:27 AM Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote: > This patch set needs testers with various Windows versions to test > different configurations, combinations, and versions. It's failing to build on cfbot's AppVeyor setup[1]. That's currently using Windows SDK 7.1, so too old for the new AF_UNIX sockets, but presumably something is wrong because it shouldn't fail to compile and link. src/interfaces/libpq/fe-connect.c(2682): warning C4101: 'pwdbuf' : unreferenced local variable [C:\projects\postgresql\libpq.vcxproj] src/interfaces/libpq/fe-connect.c(2687): warning C4101: 'passerr' : unreferenced local variable [C:\projects\postgresql\libpq.vcxproj] fe-connect.obj : error LNK2019: unresolved external symbol getpeereid referenced in function PQconnectPoll [C:\projects\postgresql\libpq.vcxproj] [1] https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.55034?fullLog=true -- Thomas Munro https://enterprisedb.com
Commits
-
Allow using Unix-domain sockets on Windows in tests
- 1d53432ff940 13.0 landed
-
pg_regress: Observe TMPDIR
- 9cedb1666051 13.0 landed
-
Enable Unix-domain sockets support on Windows
- 8f3ec75de406 13.0 landed
-
psql: Remove one use of HAVE_UNIX_SOCKETS
- 541757f34ee0 13.0 landed
-
Allow building without default socket directory
- a9cff89f7e63 13.0 landed
-
Sort out getpeereid() and peer auth handling on Windows
- f14413b684d5 13.0 landed