Re: "cache reference leak" and "problem in alloc set" warnings

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: "cache reference leak" and "problem in alloc set" warnings
Date: 2006-08-16 13:20:46
Message-ID: 20060816132046.GB1320@alamut.tdm.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Aug 16 03:09, Volkan YAZICI wrote:
> WARNING: problem in alloc set ExprContext: detected write past chunk
> end in block 0x8462f00, chunk 0x84634c8
> WARNING: cache reference leak: cache pg_type (34), tuple 2/7 has
> count 1

Excuse me for bugging the list. I've solved the problem. I should look
for ReleaseSysCache() call just after every SearchSysCache().

Regards.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-08-16 13:28:29 Re: Enum proposal / design
Previous Message Tom Lane 2006-08-16 13:15:41 Re: [PATCHES] WIP: bitmap indexes