Catch fatal flex errors in the GUC file lexer.

Robert Haas <rhaas@postgresql.org>

Commit: 4b496a3583ecb3f70bb4d13f8275dbb7e5b26100
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-01-18T01:51:38Z
Releases: 9.2.0
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

PathChange+/−
src/backend/utils/misc/guc-file.l modified +53 −12