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

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

From
teodor@postgresql.org (Teodor Sigaev)
Date:
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)