Re: seg fault with tsearch2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: seg fault with tsearch2
Дата
Msg-id 18545.1112894800@sss.pgh.pa.us
обсуждение исходный текст
Ответ на seg fault with tsearch2  (Joel Leyh <hashbang@gmail.com>)
Ответы Re: seg fault with tsearch2  (Joel Leyh <hashbang@gmail.com>)
Список pgsql-general
Joel Leyh <hashbang@gmail.com> writes:
>  insert into server_file values (default,'511','/test/20-Shania
> Twain-Party For Two with Billy
> Curringtonmp3','mp3','323',default,'1');

I get
ERROR:  null value in column "server_file_size" violates not-null constraint
which I think indicates you mistranscribed your test query.  I changed
it to

regression=# insert into server_file values (default,'511','/test/','Shania
regression'# Twain-Party For Two with Billy
regression'# Curringtonmp3','mp3','323',default,'1');
INSERT 155964 1

and as you can see I didn't get a crash.  I'm testing with 8.0.2-to-be
(ie, 8.0 branch CVS tip).  Teodor applied some tsearch2 fixes just last
week, so it might be that he fixed your bug --- what version are you
using exactly?

            regards, tom lane

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

Предыдущее
От: Joel Leyh
Дата:
Сообщение: seg fault with tsearch2
Следующее
От: Joel Leyh
Дата:
Сообщение: Re: seg fault with tsearch2