Re: pgsql: Mark the second argument of pg_log as the translatable string in

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Fujii Masao <fujii(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Mark the second argument of pg_log as the translatable string in
Date: 2015-04-08 04:52:44
Message-ID: CAHGQGwHD48eVosWCZw2F6Rq+vvvU-kAoOcGDBawmNZa016EP6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Apr 8, 2015 at 1:35 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Wed, Apr 8, 2015 at 11:06 AM, Fujii Masao <fujii(at)postgresql(dot)org> wrote:
>> Mark the second argument of pg_log as the translatable string in nls.mk.
>
> nls.mk is still missing file_ops.c in GETTEXT_FILES as it contains
> some calls to pg_fatal.

Oh, sorry. I was wrongly thinking that the Heikki's recently changes
to nls.mk fixed that....

Fixed. Thanks!

Regards,

--
Fujii Masao

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-04-08 11:56:01 pgsql: Fix typo in comment.
Previous Message Fujii Masao 2015-04-08 04:47:18 pgsql: Add file_ops.c to GETTEXT_FILES in nls.mk.