Re: Why doesn't src/backend/port/win32/socket.c implement bind()? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Why doesn't src/backend/port/win32/socket.c implement bind()?
Date
Msg-id CAB7nPqSQzUirjzDVSqWFfnvz5U6D-9eL0aO8aK-w7kdEqoiPWw@mail.gmail.com
Whole thread Raw
In response to Re: Why doesn't src/backend/port/win32/socket.c implement bind()?  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Why doesn't src/backend/port/win32/socket.c implement bind()?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Apr 14, 2016 at 9:38 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> IO::Socket::INET is another option, but I am not seeing it in perl <
> 5.12, and that's not part of ActivePerl, which makes life harder on
> Windows. Socket is available on both. Does that address your concerns?

And this gives the patch attached, just took the time to hack it.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bernd Helmle
Date:
Subject: Re: standalone backend PANICs during recovery
Next
From: Michael Paquier
Date:
Subject: Re: [COMMITTERS] pgsql: Add regression tests for multiple synchronous standbys.