Re: problem with custom Gist for custom type

Поиск
Список
Период
Сортировка
От Grzegorz Piotr Jaskiewicz
Тема Re: problem with custom Gist for custom type
Дата
Msg-id 200510261829.13000@gj-laptop
обсуждение исходный текст
Ответ на Re: problem with custom Gist for custom type  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: problem with custom Gist for custom type  (Grzegorz Piotr Jaskiewicz <gj@pointblue.com.pl>)
Список pgsql-hackers
On Wednesday 26 October 2005 17:48, Tom Lane wrote:
> Looks like you're scribbling on memory that doesn't belong to you.
> Check for miscomputed palloc request sizes, etc.
Thanks very much for the tip. I thogut perhaps I am not filling out some parts 
of structures, or something.
Can I use valgrind to find out the root of problem. If so, how should I invoke 
it with postgres. Postgres it self was configured with:

./configure --prefix=/usr/local/postgres --with-python --enable-cassert 
--with-openssl --with-gnu-ld --enable-integer-datetimes --enable-debug

Thanks.

-- 
GJ

Binary system, you're either 1 or 0...
dead or alive ;)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Increase of buffers usage count by bgwriter
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: problem with custom Gist for custom type