Re: Huge amount of memory errors with libpq - Mailing list pgsql-general

From Tom Lane
Subject Re: Huge amount of memory errors with libpq
Date
Msg-id 16053.1284331466@sss.pgh.pa.us
Whole thread Raw
In response to Re: Huge amount of memory errors with libpq  (Casey Jones <jonescaseyb@gmail.com>)
Responses Re: Huge amount of memory errors with libpq  (Casey Jones <jonescaseyb@gmail.com>)
List 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 by date:

Previous
From: sunpeng
Date:
Subject: Re: why can't see the updated value after SPI_execute("update ....", false, 1);
Next
From: Yaroslav Tykhiy
Date:
Subject: Query plan choice issue