Re: Removing dependency to wsock32.lib when compiling code on WIndows

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Removing dependency to wsock32.lib when compiling code on WIndows
Date: 2014-04-21 23:20:24
Message-ID: CAB7nPqSsRc=EQkip1Hzqo+80B2+_xjDWKbysOub=LFDf5-xmNg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 21, 2014 at 12:54 PM, Michael Paquier <michael(dot)paquier(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2014-04-21 23:24:07 Re: AXLE Plans for 9.5 and 9.6
Previous Message Claudio Freire 2014-04-21 23:09:20 Re: Clock sweep not caching enough B-Tree leaf pages?