Thread: Strange Message

Strange Message

From
elwood@agouros.de (Konstantinos Agouros)
Date:
Hi,

I did a join over two tables and have a query that works but gives me the
following message:
NOTICE:  PortalHeapMemoryFree: 0x0x8203d88 not in alloc set!
NOTICE:  Buffer Leak: [039] (freeNext=-3, freePrev=-3, relname=reservations,
blockNum=0, flags=0x4, refcount=-6 -1)

Should I care?

Konstantin
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres

Re: Strange Message

From
Tom Lane
Date:
elwood@agouros.de (Konstantinos Agouros) writes:
> I did a join over two tables and have a query that works but gives me the
> following message:
> NOTICE:  PortalHeapMemoryFree: 0x0x8203d88 not in alloc set!
> NOTICE:  Buffer Leak: [039] (freeNext=-3, freePrev=-3, relname=reservations,
> blockNum=0, flags=0x4, refcount=-6 -1)

> Should I care?

Yes, you should.  What version are you running?  What was the query
exactly?

            regards, tom lane