pgsql/contrib/tsearch/dict Tag: REL7_2_STABLE ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql/contrib/tsearch/dict Tag: REL7_2_STABLE ...
Date
Msg-id 20020305061050.88500475C9E@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/03/05 01:10:49

Modified files:
    contrib/tsearch/dict: Tag: REL7_2_STABLE porter_english.dct

Log message:
    Please, apply attached patch for contrib/tsearch to 7.2.1 and current
    CVS. It  fix english stemmer's problem with ending words like
    'technology'.

    We have found one more bug in english stemmer. The bug is with
    'irregular'  english words like 'skies' -> 'sky'. Please, apply attached
    cumulative patch to  7.2.1 and current CVS instead previous one.

    Thank to Thomas T. Thai <tom@minnesota.com> for hard testing. This kind
    of bug  has significance only for dump/reload database and viewing, but
    searching/indexing works right.

    Teodor Sigaev


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/contrib/tsearch/dict porter_english.dct
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/src/bin/psql help.c