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

Started by Tom Lanealmost 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
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.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc-file.l (r1.29 -> r1.29.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc-file.l.diff?r1=1.29&r2=1.29.4.1)