From: | Diego Zuccato <diego(at)otello(dot)alma(dot)unibo(dot)it> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Memory leak detected |
Date: | 2002-11-28 13:23:01 |
Message-ID: | 3DE618B5.E7B30C22@otello.alma.unibo.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hello.
I found that strange behaviour:
gsbusb=# select g.cod, (select count(*) from scatt where grotta=g.cod)
as att, count(*) from grotte g, immagine i, scatt a where
i.scattata_in=g.cod group by g.cod, att;
NOTICE: PortalHeapMemoryFree: 0x0x8233790 not in alloc set!
NOTICE: Buffer Leak: [056] (freeNext=-3, freePrev=-3, relname=scatt,
blockNum=0, flags=0x4, refcount=-2 -1)
cod | att | count
-----+-----+-------
3 | 1 | 2
140 | 0 | 36
187 | 0 | 32
270 | 0 | 2
271 | 0 | 34
272 | 0 | 18
273 | 0 | 26
(7 rows)
Hope it's useful info. If you need more, please mail me (I'm not
subscribed).
Tks for the wonderful product!
BYtE,
Diego.
From | Date | Subject | |
---|---|---|---|
Next Message | pgsql-bugs | 2002-11-28 15:07:16 | Bug #824: Problem creating data base !! |
Previous Message | Henshall, Stuart - Design & Print | 2002-11-28 11:46:02 | timeofday()::timestamp - not casting |