Re: dedebugging and a functions that just don't work on debian flavour

Поиск
Список
Период
Сортировка
От Ivan Sergio Borgonovo
Тема Re: dedebugging and a functions that just don't work on debian flavour
Дата
Msg-id 20100302110616.41140530@dawn.webthatworks.it
обсуждение исходный текст
Ответ на Re: dedebugging and a functions that just don't work on debian flavour  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Sun, 28 Feb 2010 23:02:39 -0500
Robert Haas <robertmhaas@gmail.com> wrote:

> On Sun, Feb 28, 2010 at 8:43 AM, Ivan Sergio Borgonovo
> <mail@webthatworks.it> wrote:
> > I've no idea what to do next other than asking if someone can
> > give a look to the code and check my comprehension of what a
> > tsquery should be in memory.

> Have you tried valgrind?

It was something related to my misinterpretation on how a tsquery is
built.

operand.length is the length of the cstring *excluding* the \0.
I was mislead by the fact that in tsvector there are no ending \0
while in tsquery there are.

It still need more extensive testing but I think I got it working.

Once I'm sure I got it I'll make the polished source available and
write some docs for all the poor guys like me willing to start to
write extensions ;)

thanks to everybody for the patience.

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: function side effects
Следующее
От: tmp
Дата:
Сообщение: How far are projections pushed down the execution tree?