-
- Downloads
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).
Showing
- contrib/cube/cubescan.l 3 additions, 1 deletioncontrib/cube/cubescan.l
- contrib/seg/segscan.l 3 additions, 0 deletionscontrib/seg/segscan.l
- contrib/tsearch/parser.l 3 additions, 0 deletionscontrib/tsearch/parser.l
- src/backend/bootstrap/bootscanner.l 6 additions, 2 deletionssrc/backend/bootstrap/bootscanner.l
- src/backend/parser/scan.l 2 additions, 2 deletionssrc/backend/parser/scan.l
- src/backend/utils/misc/guc-file.l 4 additions, 1 deletionsrc/backend/utils/misc/guc-file.l
- src/pl/plpgsql/src/scan.l 2 additions, 2 deletionssrc/pl/plpgsql/src/scan.l
Loading
Please register or sign in to comment