Re: setlocale and gettext in Postgres - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: setlocale and gettext in Postgres
Date
Msg-id AANLkTinVwqywVjvHwnUcbWXHACtodtCgD6dwfMet_OGb@mail.gmail.com
Whole thread Raw
In response to setlocale and gettext in Postgres  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: setlocale and gettext in Postgres  (Dave Page <dpage@pgadmin.org>)
List pgsql-hackers
2011/1/27 Hiroshi Inoue <inoue@tpf.co.jp>:
> I see now the following lines in libintl.h of version
> 0.18.1.1 which didn't exist in 0.17 version.
>
> The macro may cause a trouble especially on Windows.
> Attached is a patch to disable the macro on Windows.

Can anyone test the fix?

I added the patch to the current commitfest for reminder.
https://commitfest.postgresql.org/action/patch_view?id=528

-- 
Itagaki Takahiro


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: Add reference to client_encoding parameter
Next
From: Itagaki Takahiro
Date:
Subject: Re: off-by-one mistake in array code error reporting