pgsql: Fix stopword and synonym files parsing bug in MSVC build, per - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix stopword and synonym files parsing bug in MSVC build, per
Date
Msg-id 20070326122535.A00849FA5D8@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: ishii@postgresql.org (Tatsuo Ishii)
Date:
Subject: pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Add checking of end of line in parsing stopword list.