Re: VS 2015 support in src/tools/msvc

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: VS 2015 support in src/tools/msvc
Date: 2016-03-09 00:40:10
Message-ID: CAB7nPqT5oGZEZawKZVjxuT=C5QEK_eUfc1J7KNpCbv5rCtr0+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 9, 2016 at 1:07 AM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> Michael's patch proposes to replace the use of sed to generate probes.h with
> the perl equivalent everywhere. That has the advantage that we keep to one
> script to generate probes.h, but it does impose a perl dependency.

Good point. It did not occur to me that this would bring a hard
dependency for non-Windows builds. Let's keep both scripts then. The
attached is changed to do so.
--
Michael

Attachment Content-Type Size
0001-Remove-dependency-to-psed-in-MSVC-scripts.patch application/x-patch 9.0 KB
0002-Fix-declaration-of-TIMEZONE_GLOBAL-and-TZNAME_GLOBAL.patch application/x-patch 1.1 KB
0003-Fix-use-of-locales-for-VS-2015.patch application/x-patch 1.4 KB
0004-Add-support-for-VS-2015-in-MSVC-scripts.patch application/x-patch 4.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2016-03-09 00:42:31 Re: GCC 6 warning fixes
Previous Message David Rowley 2016-03-09 00:38:52 Re: Performance improvement for joins where outer side is unique