pgsql: 1 Fix bug with very short word: prefix and suffix might be

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: 1 Fix bug with very short word: prefix and suffix might be
Date: 2006-02-09 18:04:20
Message-ID: 20060209180420.E13949DC9E4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
1 Fix bug with very short word: prefix and suffix might be overlapped,
sorry but fix can't be applyed to previous version: it's require
refill tsvector...
2 Small optimize of load time for huge dictionaries
3 use palloc instead of malloc during load dict file

Modified Files:
--------------
pgsql/contrib/tsearch2/ispell:
spell.c (r1.26 -> r1.27)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.c.diff?r1=1.26&r2=1.27)
spell.h (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.h.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-09 18:28:29 pgsql: Provide the libpq error message when PQputline or PQendcopy
Previous Message Bruce Momjian 2006-02-09 14:53:52 pgsql: Use "bitwise" rather than "binary for AND/OR descriptions in \d,