]> granicus.if.org Git - postgresql/commit
Ensure that in all flex lexers that are part of the backend, a
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2003 22:30:02 +0000 (22:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2003 22:30:02 +0000 (22:30 +0000)
commit5666462f2e60ffc5c7cf4670381313687625bae4
treec5d96da3ffb1c405cada8ec1609dda50a9ef6543
parent4fb5b92769e67aff9f9c4b838c047248e7e01f85
Ensure that in all flex lexers that are part of the backend, a
yy_fatal_error() call results in elog(ERROR) not exit().  This was
already fixed in the main lexer and plpgsql, but extend same technique
to all the other dot-l files.  Also, on review of the possible calls
to yy_fatal_error(), it seems safe to use elog(ERROR) not elog(FATAL).
contrib/cube/cubescan.l
contrib/seg/segscan.l
contrib/tsearch/parser.l
src/backend/bootstrap/bootscanner.l
src/backend/parser/scan.l
src/backend/utils/misc/guc-file.l
src/pl/plpgsql/src/scan.l