finding memory leaks in extensions

From: strk <strk(at)keybit(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: finding memory leaks in extensions
Date: 2003-09-29 10:05:10
Message-ID: 20030929120510.B7501@freek.keybit.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar 2003-09-29 10:19:59 Re: finding memory leaks in extensions
Previous Message Hannu Krosing 2003-09-29 09:57:13 Re: ADD FOREIGN KEY (was Re: [GENERAL] 7.4Beta)