Catch fatal flex errors in the GUC file lexer.
Robert Haas <rhaas@postgresql.org>
Catch fatal flex errors in the GUC file lexer. This prevents the postmaster from unexpectedly croaking if postgresql.conf contains something like: include 'invalid_directory_name' Noah Misch. Reviewed by Tom Lane and myself.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/misc/guc-file.l | modified | +53 −12 |