aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-05-29 22:30:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-05-29 22:30:02 +0000
commit5666462f2e60ffc5c7cf4670381313687625bae4 (patch)
treec5d96da3ffb1c405cada8ec1609dda50a9ef6543 /src/backend/executor/nodeHashjoin.c
parent4fb5b92769e67aff9f9c4b838c047248e7e01f85 (diff)
downloadpostgresql-5666462f2e60ffc5c7cf4670381313687625bae4.tar.gz
postgresql-5666462f2e60ffc5c7cf4670381313687625bae4.zip
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).
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions