finding memory leaks in extensions

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: more i18n/l10n issues
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: pg_dump permissions problem