pgsql: Clarify to the translator that 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 yyerror() deals with the
Date: 2009-03-04 13:02:32
Message-ID: 20090304130232.7BF90755AA5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clarify to the translator that yyerror() deals with the translation of
"syntax error", not the literal string. I was previously confused on this
matter, but I have now verified that everything is translated properly.

Modified Files:
--------------
pgsql/src/backend/parser:
scan.l (r1.148 -> r1.149)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l?r1=1.148&r2=1.149)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-04 13:56:40 pgsql: Reload config file in startup process on SIGHUP.
Previous Message Peter Eisentraut 2009-03-04 11:57:00 pgsql: Provide some proper minimal documentation for the pg_dump(all)