Re: BUG #3767: tsearch2 index creation fatal crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3767: tsearch2 index creation fatal crash
Дата
Msg-id 21708.1195613326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #3767: tsearch2 index creation fatal crash  ("Thomas H." <me@alternize.com>)
Ответы Re: BUG #3767: tsearch2 index creation fatal crash  ("Thomas H." <me@alternize.com>)
Список pgsql-bugs
"Thomas H." <me@alternize.com> writes:
> the reported problem below can be reproduced by using this simple query
> straight from the documentation:

> SELECT to_tsvector('a fat cat sat on a mat and ate a fat rat');

Works for me:

u=# set default_text_search_config = 'pg_catalog.german';
SET
u=# SELECT to_tsvector('a fat cat sat on a mat and ate a fat rat');
                                  to_tsvector
-------------------------------------------------------------------------------
 'a':1,6,10 'on':5 'and':8 'ate':9 'cat':3 'fat':2,11 'mat':7 'rat':12 'sat':4
(1 row)


            regards, tom lane

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

Предыдущее
От: "Thomas H."
Дата:
Сообщение: Re: BUG #3767: tsearch2 index creation fatal crash
Следующее
От: "Thomas H."
Дата:
Сообщение: Re: BUG #3767: tsearch2 index creation fatal crash