Re: Compiler warning

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Subject: Re: Compiler warning
Date: 2009-05-21 07:01:59
Message-ID: 4A14FC67.5080008@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Note that applying this patch would introduce a double-translation issue of
> the sort that you had complained about a while ago. I'm unsure which way to
> proceed here.

Hmm, the patch looks fine to me. The strings are marked with
gettext_noop() in the array, and passed through _() when used in errmsg.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Koterov 2009-05-21 08:06:29 Fast ALTER TABLE ... ADD COLUMN ... DEFAULT xxx?
Previous Message Simon Riggs 2009-05-21 07:01:41 Re: Multiple sorts in a query