pgsql: Fixing and improve compound word support.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixing and improve compound word support.
Date: 2006-02-20 17:51:05
Message-ID: 20060220175105.855609DC827@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)weisshuhn(dot)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)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-02-20 18:04:25 psqlodbc - psqlodbc: CRLF line code is corrected to LF.
Previous Message User H-saito 2006-02-20 17:43:48 psqlodbc - psqlodbc: fixed define(HAVE_LONG_LONG SIZEOF_LONG) as config.