Re: [BUGS] ECPG memory leak detected

Поиск
Список
Период
Сортировка
От Christof Petig
Тема Re: [BUGS] ECPG memory leak detected
Дата
Msg-id 385749E4.DB0AB4E@wtal.de
обсуждение исходный текст
Ответ на Re: [BUGS] ECPG memory leak detected  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [BUGS] ECPG memory leak detected  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Bruce Momjian wrote:
>
> Attached is a patch that fixes some memory leaks in ecpg.  Maybe it will
> help your situation.
>
> [Charset iso-8859-1 unsupported, filtering to ASCII...]
> > Hi,
> >
> > I observed a memory leak in one of my applications (grew about 20MB a
> > day) and pinned it down to be
> > ECPG related.
> >
> > The path is:
> > ecpg_alloc
> > quote_postgres
> > ECPGexecute
> > ECPGdo

My problem had been fixed two weeks ago. In private communication with
Michael.
He sent me a (short) patch. I tested it. It still works like a charm. It
has been committed to CVS already.

  So you can safely mark this problem as solved.

Christof

PS: I never observed any additional leaks. So it seems I didn't hit this
part of the code.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tucker I Sylvestro
Дата:
Сообщение: Getting a "pg_dump error: sanity check failed!"
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] ECPG memory leak detected