pgsql: Fixing and improve compound word support. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fixing and improve compound word support.
Date
Msg-id 20060220175105.855609DC827@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixing and improve compound word support. This changes cannot be applied to
previous version iwthout recreating tsvector fields...

Thanks to Alexander Presber <aljoscha@weisshuhn.de> to discover a problem.

Modified Files:
--------------
    pgsql/contrib/tsearch2/ispell:
        spell.c (r1.28 -> r1.29)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.c.diff?r1=1.28&r2=1.29)

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: psqlodbc - psqlodbc: fixed define(HAVE_LONG_LONG SIZEOF_LONG) as config.
Next
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: psqlodbc - psqlodbc: CRLF line code is corrected to LF.