pgsql: 1 Fix bug with very short word: prefix and suffix might be - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: 1 Fix bug with very short word: prefix and suffix might be
Date
Msg-id 20060209180420.E13949DC9E4@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use "bitwise" rather than "binary for AND/OR descriptions in \d,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Provide the libpq error message when PQputline or PQendcopy