pgsql: Undefine setlocale() macro on Win32

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Undefine setlocale() macro on Win32
Дата
Msg-id E1PkFMR-0006HY-DZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Undefine setlocale() macro on Win32

New versions of libintl redefine setlocale() to a macro
which causes problems when the backend and libintl are
linked against different versions of the runtime, which
is often the case in msvc builds.

Hiroshi Inoue, slightly updated comment by me

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=ff18de81123a8412c1bcce94106d2ccca69aa193

Modified Files
--------------
src/include/port.h |    9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Create new errcode for recovery conflict caused by db drop on ma
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Undefine setlocale() macro on Win32