Re: BUG #5219: Segfault in to_tsvector

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5219: Segfault in to_tsvector
Дата
Msg-id 3857.1259465057@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5219: Segfault in to_tsvector  ("Kenaniah Cerny" <kenaniah@gmail.com>)
Ответы Re: BUG #5219: Segfault in to_tsvector  (Kenaniah Cerny <kenaniah@gmail.com>)
Список pgsql-bugs
"Kenaniah Cerny" <kenaniah@gmail.com> writes:
> Description:        Segfault in to_tsvector
> Full backtrace: http://pgsql.privatepaste.com/5411abf8f3

This looks like the known problem that ts_stat fails on an empty
tsvector.  Can you try this patch
http://archives.postgresql.org/pgsql-committers/2009-10/msg00056.php
or just pick up 8.4 branch tip from CVS?

If that does fix it, I don't think this is an encoding problem,
but rather that the name doesn't contain anything that is recognized
as a word by the textsearch configuration you're using.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Kenaniah Cerny"
Дата:
Сообщение: BUG #5219: Segfault in to_tsvector
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: BUG #5216: pgFouine 1.1 not working correctly, when LC_MESSAGES is "es_ES.UTF-8"