Re: Compiler warning - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Compiler warning
Date
Msg-id 4A14FC67.5080008@enterprisedb.com
Whole thread Raw
In response to Re: Compiler warning  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Compiler warning  (Peter Eisentraut <peter_e@gmx.net>)
List 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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Multiple sorts in a query
Next
From: Dmitry Koterov
Date:
Subject: Fast ALTER TABLE ... ADD COLUMN ... DEFAULT xxx?