pgsql/ ontrib/cube/cubescan.l ontrib/seg/segsc ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/ ontrib/cube/cubescan.l ontrib/seg/segsc ...
Date
Msg-id 20020730163308.D3AEA475B9B@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/07/30 12:33:08

Modified files:
    contrib/cube   : cubescan.l
    contrib/seg    : segscan.l
    contrib/tsearch: 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:
    Since we're depending on %option noyywrap in the main scanner now,
    we may as well use it in all our flex files.  Make all the flex files
    have a consistent set of options.


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/contrib Makefile
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/backend/utils/adt ri_triggers.c