Re: Tsearch + polish ispell + polish locale

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: Tsearch + polish ispell + polish locale
Дата
Msg-id 456476C8.8080206@sigaev.ru
обсуждение исходный текст
Ответ на Re: Tsearch + polish ispell + polish locale  (<arkadiusz.staron@dreamlab.pl>)
Ответы Re: Tsearch + polish ispell + polish locale  (<arkadiusz.staron@dreamlab.pl>)
Список pgsql-hackers
>> Does lower()/upper() functions works well in postgres?
> 
> Until regis error it works fine... then it gets broken.
> As the matter of fact I wasn't able to determine who breaks it, is it postgres or tsearch ...
> 
> Any idea how can I check it ?

It seems to me, it's a memory corruption somewhere.

try to compile postgres(and tsearch2 too) with
CFLAGS=-O0 ./configure  --enable-cassert --enable-debug
and repeats the tests

If you are using recent  versions of Linux libc (later than 5.4.23) and GNU
libc (2.x) then it will be useful to set MALLOC_CHECK_ enviroment variable to 2 
before starting postgres (man 3 malloc).

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: bad plan with custom data types
Следующее
От: Greg Mitchell
Дата:
Сообщение: Re: bad plan with custom data types