pgsql: Clarify to the translator that yyerror() deals with the - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Clarify to the translator that yyerror() deals with the
Date
Msg-id 20090304130232.7BF90755AA5@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Provide some proper minimal documentation for the pg_dump(all)
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Reload config file in startup process on SIGHUP.