pgsql-server/ ontrib/cube/cubescan.l ontrib/se ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ ontrib/cube/cubescan.l ontrib/se ...
Date: 2004-02-24 22:06:32
Message-ID: 20040224220632.8E3F4D1C9BA@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/02/24 18:06:32

Modified files:
contrib/cube : cubescan.l
contrib/seg : segscan.l
contrib/tsearch: parser.l
contrib/tsearch2/wordparser: parser.l
src/backend/bootstrap: bootscanner.l
src/backend/utils/misc: guc-file.l
src/interfaces/ecpg/preproc: pgc.l
src/pl/plpgsql/src: scan.l

Log message:
Add %option nodefault to all our flex lexers. Fix a couple of rule gaps
exposed thereby. AFAICT these would not lead to any worse problems than
junk emitted on the backend's stdout, but we should have the option to
catch possible worse errors in future.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-02-24 22:59:10 pgsql-server/src/include/catalog pg_type.h
Previous Message Tom Lane 2004-02-24 21:45:18 pgsql-server/src backend/parser/scan.l bin/psq ...