Re: still memory leaks with libpgtcl

Поиск
Список
Период
Сортировка
От g.hintermayer@inode.at (Gerhard Hintermayer)
Тема Re: still memory leaks with libpgtcl
Дата
Msg-id bd4db85f.0301080630.5f2cdc0a@posting.google.com
обсуждение исходный текст
Ответ на Re: still memory leaks with libpgtcl  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
The Tcl_Channel type mismatch was wrong alarm, ths is detected
automatically (but should be corrected in future versions anyhow).
The SEGV is, when Tcl_DontCallWhenDeleted is called, when the channel
is shut down (PgDelConnectionId). Unfortunately notifies->interp is
NULL and Tcl_DontCallWhenDeleted does not like that at all.
This might be the reason, why the patch from ljb (sorry, no name)
helps.

I will track down that deeper tomorrow when I'm at home, posting via
Google takes too long.

Gerhard


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [ADMIN] pgdb.py is still wrong in Postgres 7.3.1 rpm
Следующее
От: Bruce Momjian
Дата:
Сообщение: ODBC fix