pgsql: Add checking of end of line in parsing stopword list.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add checking of end of line in parsing stopword list.
Date: 2007-03-26 13:57:07
Message-ID: 20070326135707.2B8E49FB41F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add checking of end of line in parsing stopword list. Thanks to sharp eyes of Tom lane

Modified Files:
--------------
pgsql/contrib/tsearch2:
stopword.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/stopword.c.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-26 16:58:41 pgsql: Allow non-superuser database owners to create procedural
Previous Message Teodor Sigaev 2007-03-26 12:25:35 pgsql: Fix stopword and synonym files parsing bug in MSVC build, per