pgsql: Fix stopword and synonym files parsing bug in MSVC build, per

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix stopword and synonym files parsing bug in MSVC build, per
Date: 2007-03-26 12:25:35
Message-ID: 20070326122535.A00849FA5D8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix stopword and synonym files parsing bug in MSVC build, per report from
Magnus Hagander. Also, now it ignores space symbol after stopwords.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2007-03-26 13:57:07 pgsql: Add checking of end of line in parsing stopword list.
Previous Message Tatsuo Ishii 2007-03-26 11:59:37 pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,