Thread: pgsql-server/src/pl/plpgsql/src gram.y pl_comp ...

pgsql-server/src/pl/plpgsql/src gram.y pl_comp ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/05 12:46:28

Modified files:
    src/pl/plpgsql/src: gram.y pl_comp.c plpgsql.h scan.l

Log message:
    Alter plpgsql's lexer so that yylineno and yymore are not used.  This
    avoids 'input buffer overflow' failure on long literals, improves
    performance, gives the right answer for line position in functions
    containing multiline literals, suppresses annoying compiler warnings,
    and generally is so much better I wonder why we didn't do it before.