Re: PG compilation error with Visual Studio 2015/2017/2019

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: PG compilation error with Visual Studio 2015/2017/2019
Дата
Msg-id CAA4eK1+DUPo7Ah5gSekVdvJKh+W=qskk_5zcdiUf1yrQwK3uog@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PG compilation error with Visual Studio 2015/2017/2019  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
Ответы Re: PG compilation error with Visual Studio 2015/2017/2019
Список pgsql-hackers
On Sat, Apr 18, 2020 at 12:14 AM Juan José Santamaría Flecha
<juanjo.santamaria@gmail.com> wrote:
>
>
> We can get a match for those locales in non-ISO format by enumerating available locales with EnumSystemLocalesEx(),
andtrying to find a match. 
>
> Please find a new patch for so.
>

I have not reviewed or tested the new patch but one thing I would like
to see is the impact of setting LC_MESAGGES with different locale
information.  Basically, the error messages after setting the locale
with _create_locale and with the new method being discussed.  This
will help us in ensuring that we didn't break anything which was
working with prior versions of MSVC.  Can you or someone try to test
and share the results of the same?

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal - function string_to_table
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: WAL usage calculation patch