Strange Message

Started by Konstantinos Agourosabout 25 years ago2 messagesgeneral
Jump to latest
#1Konstantinos Agouros
elwood@agouros.de

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Konstantinos Agouros (#1)
Re: Strange Message

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