Re: still memory leaks with libpgtcl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: still memory leaks with libpgtcl
Дата
Msg-id 167.1041048873@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: still memory leaks with libpgtcl  (ljb <lbayuk@mindspring.com>)
Список pgsql-interfaces
ljb <lbayuk@mindspring.com> writes:
> 3) Memory leak on connect/disconnect unfortunately is not fixed in either
> the production or beta versions.  I'm seeing about 4KB loss per
> connect/disconnect.

The notes I made about this say:

2002-09-02 19:41  tgl
* src/interfaces/libpgtcl/: pgtclCmds.c, pgtclId.c: Partialsolution for 'unexpected EOF' problem with pg_disconnect: it
seemswehave a choice between annoying messages and leaking memory (ordumping core, but that's right out).
 

That was nearly four months ago, and so I don't recall the details,
other than that I went for the "leak memory" choice :-(

If anyone can improve the situation, step right up with a patch ...
        regards, tom lane


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

Предыдущее
От: ljb
Дата:
Сообщение: Re: still memory leaks with libpgtcl
Следующее
От: Tim Hart
Дата:
Сообщение: libpq and multiple selects in a single query