pgsql: Clarify to the translator that plpgsql_yyerror() deals with the

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify to the translator that plpgsql_yyerror() deals with the
Date: 2009-06-10 22:34:11
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clarify to the translator that plpgsql_yyerror() deals with the translation
of "syntax error", not the literal string.

This same change was made in the backend a while ago; but it applies to
plpgsql as well.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
scan.l (r1.69 -> r1.70)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/scan.l?r1=1.69&r2=1.70)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2009-06-10 22:55:25 Re: pgsql: Support Kerberos on platforms where libcom_err depends on
Previous Message Tom Lane 2009-06-10 22:12:28 pgsql: Properly mark pg_freespace() function as strict.