From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
Cc: | "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: valgrind output |
Date: | 2005-12-14 15:11:14 |
Message-ID: | 19354.1134573074@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Martijn van Oosterhout <kleptog(at)svana(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Guido Neitzer | 2005-12-14 15:13:27 | Improving Availability |
Previous Message | David Rysdam | 2005-12-14 14:26:16 | Re: "incomplete startup packet" on SGI |