Обсуждение: pgsql: Fix stopword and synonym files parsing bug in MSVC build, per

Поиск
Список
Период
Сортировка

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

От
teodor@postgresql.org (Teodor Sigaev)
Дата:
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)