Re: pgsql-server: Added a call to gettext() to fix - Mailing list pgsql-committers

From Dennis Bjorklund
Subject Re: pgsql-server: Added a call to gettext() to fix
Date
Msg-id Pine.LNX.4.44.0409101720110.9559-100000@zigo.dhs.org
Whole thread Raw
In response to Re: pgsql-server: Added a call to gettext() to fix broken translated error  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-committers
On Fri, 10 Sep 2004, Peter Eisentraut wrote:

> The yyerror strings are pasted together by bison in the worst possible
> fashion.  But I doubt this patch fixes that.

True, if that happens in the bison-generated code then we either have to
live with it or fix bison. Now we at least get the whole strings used by
bison translated, and the other strings (if any) will not hurt at all.

This is the best we can do until bison learns about gettext and the end
result is not bad at all.

--
/Dennis Björklund


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql-server: Properly include port file for Cygwin.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Fix #if define