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

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: 1 Fix bug with very short word: prefix and suffix might be
Дата
Msg-id 20060209180420.E13949DC9E4@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use "bitwise" rather than "binary for AND/OR descriptions in \d,
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Provide the libpq error message when PQputline or PQendcopy