Re: ERROR: MemoryContextAlloc: invalid request size (maybe

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Nikolay Kim <fafhrd(at)datacom(dot)kz>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: MemoryContextAlloc: invalid request size (maybe
Date: 2003-07-14 13:36:49
Message-ID: 3F12B1F1.8040408@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)postgresql(dot)org

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-14 14:37:24 Re: NLS: czech
Previous Message Dave Page 2003-07-14 13:05:09 Re: CVS notification (Path algorithms)