Re: Removing dependency to wsock32.lib when compiling code on WIndows - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Removing dependency to wsock32.lib when compiling code on WIndows
Date
Msg-id CAB7nPqSsRc=EQkip1Hzqo+80B2+_xjDWKbysOub=LFDf5-xmNg@mail.gmail.com
Whole thread Raw
In response to Removing dependency to wsock32.lib when compiling code on WIndows  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Mon, Apr 21, 2014 at 12:54 PM, Michael Paquier <michael.paquier@gmail.com> wrote:
When doing some work on Windows, I noticed that the mkvc specs in
src/tools/msvc use wsock32.lib, which is as far as I understand an
old, obsolete version of the Windows socket library. Wouldn't it make
sense to update the specs to build only with ws2_32.lib like in the
patch attached?
I created an entry in the upcoming commit fest for this patch:
https://commitfest.postgresql.org/action/patch_view?id=1440
Thanks,
--
Michael

pgsql-hackers by date:

Previous
From: Claudio Freire
Date:
Subject: Re: Clock sweep not caching enough B-Tree leaf pages?
Next
From: Josh Berkus
Date:
Subject: Re: AXLE Plans for 9.5 and 9.6