Thread: ERROR: MemoryContextAlloc: invalid request size (maybe bug in gist index)

ERROR: MemoryContextAlloc: invalid request size (maybe bug in gist index)

From
Nikolay Kim
Date:
hi,

i use _int contrib module and gist index
here sample

Attachment

Re: ERROR: MemoryContextAlloc: invalid request size (maybe

From
Teodor Sigaev
Date:
Try
create index data_idx on testkw using gist(data gist__intbig_ops);


Default class gist__int_ops is usable for small arrays (with small number of 
unique elements of all arrays)


Nikolay Kim wrote:
> hi,
> 
> i use _int contrib module and gist index
> here sample
> 
> 
> ------------------------------------------------------------------------
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

-- 
Teodor Sigaev                                  E-mail: teodor@sigaev.ru



Re: ERROR: MemoryContextAlloc: invalid request size

From
Nikolay Kim
Date:
thanks!

error is gone.

On Пнд, 2003-07-14 at 20:36, Teodor Sigaev wrote:
> Try
> create index data_idx on testkw using gist(data gist__intbig_ops);
>
>
> Default class gist__int_ops is usable for small arrays (with small number of
> unique elements of all arrays)
>
>
> Nikolay Kim wrote:
> > hi,
> >
> > i use _int contrib module and gist index
> > here sample
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org