finding memory leaks in extensions - Mailing list pgsql-hackers

From strk
Subject finding memory leaks in extensions
Date
Msg-id 20030929113434.A7104@freek.keybit.net
Whole thread Raw
List pgsql-hackers
Hello, 

I'm trying to detect memory leaks in an external postgres extensions.
Since SIZE of postgres process keeps growing between function calls,
does this mean there are memory leaks in the extenal packages or
it might be the postgres itself keeping allocated memory as a buffer
for later use ? To note also that the same identical calls keeps
making SIZE grow ...

PS: I'm working with postgres-7.3.2

TIA
--strk;



pgsql-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: more i18n/l10n issues
Next
From: Christopher Kings-Lynne
Date:
Subject: pg_dump permissions problem