From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | MauMau <maumau307(at)gmail(dot)com> |
Cc: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Removing dependency to wsock32.lib when compiling code on WIndows |
Date: | 2014-06-19 07:29:35 |
Message-ID: | CAB7nPqQnhE=jBMo0n4hHj2SVM3jt+29qfEQXXs-wfP2RoF7azA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, Jun 18, 2014 at 8:37 PM, MauMau <maumau307(at)gmail(dot)com> wrote:
> Doing "grep -lir wsock32 ." shows the following files. Could you modify and
> test these files as well for code cleanup?
> ./configure
> ./configure.in
> ./contrib/pgcrypto/Makefile
> ./src/interfaces/libpq/Makefile
> ./src/interfaces/libpq/win32.c
> ./src/interfaces/libpq/win32.mak
> ./src/test/thread/README
> ./src/tools/msvc/Mkvcbuild.pm
You are right, I only though about the MS scripts when working on this
patch. Updated patch for a complete cleanup is attached (note I
updated manually ./configure for test purposes and did not re-run
autoconf).
Regards,
--
Michael
Attachment | Content-Type | Size |
---|---|---|
0001-Remove-usage-of-wsock32-in-Windows-builds.patch | text/x-patch | 6.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2014-06-19 07:51:29 | Re: GIN pending list pages not recycled promptly (was Re: GIN improvements part 1: additional information) |
Previous Message | Pavel Stehule | 2014-06-19 07:02:34 | Re: WIP patch for multiple column assignment in UPDATE |