From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: problem with custom Gist for custom type |
Date: | 2005-10-26 16:34:59 |
Message-ID: | Pine.GSO.4.63.0510262033570.29329@ra.sai.msu.su |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
btw, if you could read russian, we have GiST programming tutorial
http://www.sai.msu.su/~megera/postgres/talks/gist_tutorial.html
Oleg
On Wed, 26 Oct 2005, Tom Lane wrote:
> Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl> writes:
>> 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?
>
> Looks like you're scribbling on memory that doesn't belong to you.
> Check for miscomputed palloc request sizes, etc.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Grzegorz Piotr Jaskiewicz | 2005-10-26 16:51:10 | Re: problem with custom Gist for custom type |
Previous Message | Grzegorz Piotr Jaskiewicz | 2005-10-26 16:29:12 | Re: problem with custom Gist for custom type |