Re: Postgres eats up memory when using cursors - Mailing list pgsql-general

From Denis Perchine
Subject Re: Postgres eats up memory when using cursors
Date
Msg-id 01030200415107.00608@dyp.perchine.com
Whole thread Raw
In response to Re: Postgres eats up memory when using cursors  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Postgres eats up memory when using cursors
List pgsql-general
> > This leaks (columns + 1) per query, 4 bytes in your case.  But is has
> > been there in 7.0 as well.
>
> Ooops, my bad --- repeating my test shows process growth in 7.0 as well.
> I had missed it the first time because I'd previously done a plain
> "select *", which ballooned the process footprint of psql.  So the
> leakage was happening within previously-grabbed memory and wasn't
> obvious in "top".
>
> This doesn't seem to actually be related to Denis' problem, but a
> leak is a leak ...

Is this is the same leak? I mean I do not use psql in any mean...

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp@perchine.com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgres eats up memory when using cursors
Next
From: Peter Eisentraut
Date:
Subject: Re: Set Operators and Arrays Question