pgsql: Add _() calls for the argument of plpgsql_yyerror() so it - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Add _() calls for the argument of plpgsql_yyerror() so it
Date
Msg-id 20090217130113.E370E7559ED@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Add plpgsql_yyerror to gettext triggers
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Fixed a culture problem in the ToBasicType method