Re: valgrind output - Mailing list pgsql-general

From Tom Lane
Subject Re: valgrind output
Date
Msg-id 19354.1134573074@sss.pgh.pa.us
Whole thread Raw
In response to Re: valgrind output  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> On Wed, Dec 14, 2005 at 02:43:16PM +0530, surabhi.ahuja wrote:
>> i have a test runner and i am using valgrind to analyse memory leak:

> Well, given that that all appears to be C++ code and psql doesn't
> include any C++ code, it would appear to be Terra's problem, not ours.
> Finally, 1600 bytes is nothing to worry about.

The only thing there that seems to have any connection at all to
Postgres is the leaked "PQmakeEmptyPGresult" data, which probably
is due to a missing PQclear() somewhere in the application.

            regards, tom lane

pgsql-general by date:

Previous
From: David Rysdam
Date:
Subject: Re: "incomplete startup packet" on SGI
Next
From: Guido Neitzer
Date:
Subject: Improving Availability