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

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

Commit: 18e64f6c818de668276079de6741f1bcab9c47cf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-07-08T18:41:55Z
Releases: 8.0.4
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