Re: Unix-domain socket support on Windows

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: Unix-domain socket support on Windows
Date: 2019-09-03 07:24:14
Message-ID: fe46da42-00f0-ef1f-ab52-456df58b5bff@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-09-03 01:45, Thomas Munro wrote:
> fe-connect.obj : error LNK2019: unresolved external symbol getpeereid
> referenced in function PQconnectPoll
> [C:\projects\postgresql\libpq.vcxproj]

This should be fixed in the attached patches.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v3-0001-Enable-Unix-domain-sockets-support-on-Windows.patch text/plain 4.5 KB
v3-0002-Sort-out-getpeereid-and-struct-passwd-handling-on.patch text/plain 6.0 KB
v3-0003-psql-Remove-one-use-of-HAVE_UNIX_SOCKETS.patch text/plain 1.2 KB
v3-0004-libpq-Remove-unnecessary-uses-of-HAVE_UNIX_SOCKET.patch text/plain 1.7 KB
v3-0005-initdb-Detect-Unix-domain-socket-support-dynamica.patch text/plain 8.4 KB
v3-0006-Fix-handling-of-Unix-domain-sockets-on-Windows-in.patch text/plain 5.6 KB
v3-0007-Disable-Unix-sockets-by-default-on-Windows.patch text/plain 4.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2019-09-03 07:50:44 Re: Improve base backup protocol documentation
Previous Message Peter Eisentraut 2019-09-03 06:48:29 Re: Patch to add hook to copydir()