Re: VS 2015 support in src/tools/msvc

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: VS 2015 support in src/tools/msvc
Дата
Msg-id CAB7nPqQyZ=q3WxoBHBpKzBBgL2RbF+Ya4oN4L9zodtiVQ-ZZTA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: VS 2015 support in src/tools/msvc  (Christian Ullrich <chris@chrullrich.net>)
Ответы Re: VS 2015 support in src/tools/msvc  (Christian Ullrich <chris@chrullrich.net>)
Список pgsql-hackers
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.
-- 
Michael



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Postgres 9.6 scariest patch tournament
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Updated backup APIs for non-exclusive backups