Add %option nodefault to all our flex lexers. Fix a couple of rule gaps
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Feb 2004 22:06:32 +0000 (22:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Feb 2004 22:06:32 +0000 (22:06 +0000)
commitfa96a5e15b69707c2e05aa04bc73fa88b9a85f7a
treef96b6765fbef3523cd5e323153b298be26a66add
parent58e705320e0c9e691a3fd2bd544f375ee0ca23d6
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.
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