Re: Huge amount of memory errors with libpq

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Huge amount of memory errors with libpq
Дата
Msg-id 16053.1284331466@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Huge amount of memory errors with libpq  (Casey Jones <jonescaseyb@gmail.com>)
Ответы Re: Huge amount of memory errors with libpq  (Casey Jones <jonescaseyb@gmail.com>)
Список pgsql-general
Casey Jones <jonescaseyb@gmail.com> writes:
> I don't think valgrind is the only issue here because outside valgrind my
> data is getting magically overwritten.  In the function causing that problem
> I set all the fields I wanted to set by hand instead of using PQgetvalue().
>  If I leave PQexec() uncommented, my data in a totally unrelated area would
> change, but when I comment it out I get the expected results.  There might
> be an error I'm making thats causing this, but I can't find it in valgrind
> because of the huge number of errors.

FWIW, that test case shows no errors at all for me, on an x86_64 running
Fedora 13.  I'd suggest trying it on something other than Gentoo.

            regards, tom lane

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

Предыдущее
От: sunpeng
Дата:
Сообщение: Re: why can't see the updated value after SPI_execute("update ....", false, 1);
Следующее
От: Yaroslav Tykhiy
Дата:
Сообщение: Query plan choice issue