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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix config file lexer to not barf if postgresql.conf ends with a
Date: 2005-07-08 18:41:55
Message-ID: 20050708184155.A6376529C8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-09 01:53:22 pgsql: Fix inadequate error checking: you can't assume that
Previous Message Tom Lane 2005-07-08 18:41:41 pgsql: Fix config file lexer to not barf if postgresql.conf ends with a