On Wed, Jan 6, 2010 at 10:13 PM, Tom Lane <t...@sss.pgh.pa.us> wrote:
> Robert Haas <robertmh...@gmail.com> writes:
>> What tools do we have for identifying memory leaks?
>
> User complaints :-(

YGTBFKM.

It seems like we should have a tool that dumps out every memory
context in the system, with the number of allocations and frees and
number of bytes allocated and freed since the last reset.  Maybe the
time of the last reset.  You could run that before and after doing
whatever it is that might leak and compare.

...Robert

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to