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

Поиск
Список
Период
Сортировка
От davinder singh
Тема Re: PG compilation error with Visual Studio 2015/2017/2019
Дата
Msg-id CAHzhFSGFSSMfX2uPV+CVfP73KtHVFEt7=BP+ZzGaJ54W+jYStQ@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 Mon, Apr 6, 2020 at 8:17 PM Juan José Santamaría Flecha <juanjo.santamaria@gmail.com> wrote:

How do you reproduce this issue with Visual Studio? I see there is an ifdef directive above IsoLocaleName():

#if defined(WIN32) && defined(LC_MESSAGES)

I would expect  defined(LC_MESSAGES) to be false in MSVC.

You need to enable NLS support in the config file. Let me know if that answers your question.
 
--
Regards,
Davinder.

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

Предыдущее
От: "movead.li@highgo.ca"
Дата:
Сообщение: Re: A bug when use get_bit() function for a long bytea string
Следующее
От: Tatsuro Yamada
Дата:
Сообщение: Re: Feature improvement: can we add queryId forpg_catalog.pg_stat_activity view?