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

From [email protected] (Peter Eisentraut)
Subject pgsql: Clarify to the translator that yyerror() deals with the
Date
Msg-id [email protected]
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: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Provide some proper minimal documentation for the pg_dump(all)
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Reload config file in startup process on SIGHUP.