Re:

From: "Richard Huxton" <dev(at)archonet(dot)com>
To: "Alexaki Sofia" <alexaki(at)ics(dot)forth(dot)gr>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re:
Date: 2001-03-14 16:26:59
Message-ID: 005601c0aca3$98ca10c0$1001a8c0@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

From: "Alexaki Sofia" <alexaki(at)ics(dot)forth(dot)gr>

> I execute the following query
> select * from test1 where fromuri like 'http://ww%';
>
> I get the following message
> NOTICE: PortalHeapMemoryFree: 0x16563a8 not in alloc set!
> ERROR: AllocSetFree: cannot find block containing chunk

It's complaining that memory it tries to free hasn't been allocated.
Something has got mangled here. I'd take a backup of the table drop the
index and recreate it, see if that helps.

Also - what version of Postgres is this? One of the developers might
recognise a known bug if it isn't current.

- Richard Huxton

> This is a bit strange taking into account that the total size
> of database buffers I have defined is 80Mb
>
> Thanks in advance for your help
> Sofia Alexaki
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>

In response to

  • at 2001-03-14 14:51:45 from Alexaki Sofia

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-03-14 16:28:03 Re: PL/pgSQL "compilation error"
Previous Message Richard Huxton 2001-03-14 16:24:15 Re: PL/pgSQL "compilation error"