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

From Christian Ullrich
Subject Re: VS 2015 support in src/tools/msvc
Date
Msg-id 7f93c690-5164-dc82-eb46-eee5afd98843@chrullrich.net
Whole thread Raw
In response to Re: VS 2015 support in src/tools/msvc  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
* Michael Paquier wrote:

> On Wed, Apr 20, 2016 at 1:48 AM, Christian Ullrich <chris@chrullrich.net> wrote:
>> Both patches behave exactly the same in this test. Of the 102 remaining
>> locales, I get an unexpected codepage for just four:
>>
>> - kk: Expected 1251, used 1252
>> - kk-KZ: Expected 1251, used 1252
>> - sr: Expected 1251, used 1250
>> - uk: Expected 1251, used 1252
>>
>> I suspect that "sr" is a bug in MSDN: 1250 is Eastern European (Latin), 1251
>> is Cyrillic, and "sr" alone is listed as Latin. So either the script or the
>> codepage are likely wrong.
>
> Does VS2013 or older behave the same way for those locales? The patch
> using __crt_locale_data_public on VS2015 should work more or less
> similarly to VS2012~2013.

Identical results for unmodified master built with 2013.

-- 
Christian





pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: VS 2015 support in src/tools/msvc
Next
From: Michael Paquier
Date:
Subject: Re: VS 2015 support in src/tools/msvc