finding memory leaks in extensions - Mailing list pgsql-general

From strk
Subject finding memory leaks in extensions
Date
Msg-id 20030929120510.B7501@freek.keybit.net
Whole thread Raw
Responses Re: finding memory leaks in extensions  (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>)
List pgsql-general
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-general by date:

Previous
From: Kris Jurka
Date:
Subject: Re: PostgreSQL SSL communication with SecureTcpClient (Ssl
Next
From: Shridhar Daithankar
Date:
Subject: Re: finding memory leaks in extensions