Re: Possible memory leak in Postgres V7.0.2/ecpg 2.7.1 - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: Possible memory leak in Postgres V7.0.2/ecpg 2.7.1
Date
Msg-id 20001220102756.D17254@feivel.credativ.de
Whole thread Raw
In response to Re: Possible memory leak in Postgres V7.0.2/ecpg 2.7.1  (buhrow@lothlorien.nfbcal.org (Brian Buhrow))
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: RE: version numbers of WinODBC
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: Python and PSQL