Re: Possible memory leak in Postgres V7.0.2/ecpg 2.7.1

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: Possible memory leak in Postgres V7.0.2/ecpg 2.7.1
Дата
Msg-id 20001220102756.D17254@feivel.credativ.de
обсуждение исходный текст
Ответ на Re: Possible memory leak in Postgres V7.0.2/ecpg 2.7.1  (buhrow@lothlorien.nfbcal.org (Brian Buhrow))
Список pgsql-interfaces
On Tue, Dec 19, 2000 at 10:14:36AM -0800, Brian Buhrow wrote:
>     Thanks for the reply.  Yes, the allocations are requested
> just before the exec sql declare cursor statement.  

Now that is interesting, because the declare statement has no operation. It
gets executed at the open cursor statement. So only the preprocessor itself
can eat memory here.

> Yes, I've been using the example test sources  as examples on how to
> interface with ecpg, but the comments in those sources are not verbose.  Is
> there a good book which more fully describes the features of ecpg?

Unfortunately there is not enough documentation available.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: RE: version numbers of WinODBC
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: Python and PSQL