finding memory leaks in extensions

Поиск
Список
Период
Сортировка
От strk
Тема finding memory leaks in extensions
Дата
Msg-id 20030929120510.B7501@freek.keybit.net
обсуждение исходный текст
Ответы Re: finding memory leaks in extensions  (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: PostgreSQL SSL communication with SecureTcpClient (Ssl
Следующее
От: Shridhar Daithankar
Дата:
Сообщение: Re: finding memory leaks in extensions