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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/pl/plpgsql/src gram.y pl_comp ...
Date: 2003-05-05 16:46:28
Message-ID: 20030505164628.35D3047637F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-05-05 17:57:47 pgsql-server/src backend/executor/execMain.c b ...
Previous Message Tom Lane 2003-05-05 15:08:49 pgsql-server/doc/src/sgml func.sgml