Tom Lane wrote: > [EMAIL PROTECTED] (Dennis Bjorklund) writes: > > Log Message: > > ----------- > > Added a call to gettext() to fix broken translated error messages. > > This seems wrong to me. Why isn't the argument to yyerror already > translated? Certainly the gettext infrastructure will not be able > to extract any new translatable strings from what you did.
The yyerror strings are pasted together by bison in the worst possible fashion. But I doubt this patch fixes that. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
