problem with custom Gist for custom type

From: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
To: pgsql-hackers(at)postgresql(dot)org
Subject: problem with custom Gist for custom type
Date: 2005-10-26 15:30:25
Message-ID: 64D7092C-A994-4335-A2FC-EDF3B6EA3EF3@pointblue.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi there folks

I created custom type, and attempt to create gist indexing for it, to
make search wind quick.
on select from * where something << 'something'; I get:

WARNING: problem in alloc set GiST temporary context: detected write
past chunk end in block 0x843e6e0, chunk 0x843e994

Can someone tell me please, what might be the cause?

Thanks

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-10-26 15:37:02 Re: Determining random_page_cost value
Previous Message Tom Lane 2005-10-26 15:30:10 Re: [BUGS] BUG #1993: Adding/subtracting negative time intervals