problem with custom Gist for custom type - Mailing list pgsql-hackers

From Grzegorz Jaskiewicz
Subject problem with custom Gist for custom type
Date
Msg-id 64D7092C-A994-4335-A2FC-EDF3B6EA3EF3@pointblue.com.pl
Whole thread Raw
Responses Re: problem with custom Gist for custom type  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #1993: Adding/subtracting negative time intervals
Next
From: Andrew Dunstan
Date:
Subject: Re: Determining random_page_cost value