Thread: pgsql-server/src/backend/parser scan.l

pgsql-server/src/backend/parser scan.l

From
petere@svr1.postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    petere@svr1.postgresql.org    03/10/09 16:13:24

Modified files:
    src/backend/parser: scan.l

Log message:
    Make sure that -- comments extend to the end of the line.  This fixes the
    misscanning of this construct:

    SELECT ''hello world''
    -- SELECT ''goodbye world''
    ::text;