Re: VS 2015 support in src/tools/msvc - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: VS 2015 support in src/tools/msvc
Date
Msg-id CAB7nPqQzNsRChCxRZt3O1jWMRtPYJO3ibHZ2eVgJBOEpp4aTYQ@mail.gmail.com
Whole thread Raw
In response to Re: VS 2015 support in src/tools/msvc  (Petr Jelinek <petr@2ndquadrant.com>)
Responses Re: VS 2015 support in src/tools/msvc  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Fri, Mar 4, 2016 at 7:21 AM, Petr Jelinek <petr@2ndquadrant.com> wrote:
> Well the source code does not compile on MSVC2015, the perl changes needed
> are really tiny, there is some code that needs changes to work with 2015,
> particularly in the locale code-page detection area so it's definitely not
> just build system. But I think it should be fairly localized and fenced by
> ifdef anyway.

Yeah, that's my first impression as well. We should not need any APIs
changes and the changes would be limited to if extra blocks with
_MSC_VER, if that would occur then I definitely agree that patching
only HEAD is the way to go. I'll look at that today and the next
couple of days, let's see what I can get out of it...
-- 
Michael



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Fix for OpenSSL error queue bug
Next
From: Haribabu Kommi
Date:
Subject: Re: Incorrect error message in InitializeSessionUserId