Ensure that in all flex lexers that are part of the backend, a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5666462f2e60ffc5c7cf4670381313687625bae4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-05-29T22:30:02Z
Releases: 7.4.1
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).

Files