Fix config file lexer to not barf if postgresql.conf ends with a comment

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

Commit: 40d091b818722cbde7ed907893e110b2a820ad58
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-08T18:41:40Z
Releases: 8.1.0
Fix config file lexer to not barf if postgresql.conf ends with a comment
that has no terminating newline.  Per report from maps.on at gmx.net.

Files

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