Re: setlocale and gettext in Postgres

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: setlocale and gettext in Postgres
Date: 2011-02-01 05:36:32
Message-ID: AANLkTinVwqywVjvHwnUcbWXHACtodtCgD6dwfMet_OGb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2011/1/27 Hiroshi Inoue <inoue(at)tpf(dot)co(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Itagaki Takahiro 2011-02-01 06:00:23 Re: off-by-one mistake in array code error reporting
Previous Message Itagaki Takahiro 2011-02-01 05:31:02 Re: [HACKERS] Add reference to client_encoding parameter