pgsql: Add _() calls for the argument of plpgsql_yyerror() so it

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add _() calls for the argument of plpgsql_yyerror() so it
Date: 2009-02-17 13:01:13
Message-ID: 20090217130113.E370E7559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add _() calls for the argument of plpgsql_yyerror() so it actually gets
translated somehow.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
scan.l (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/scan.l?r1=1.65&r2=1.66)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2009-02-17 14:31:21 npgsql - Npgsql2: Fixed a culture problem in the ToBasicType<T> method
Previous Message Peter Eisentraut 2009-02-17 12:59:35 pgsql: Add plpgsql_yyerror to gettext triggers