Re: GiST intarray Memory Allocation

Поиск
Список
Период
Сортировка
От Garrett Heaver
Тема Re: GiST intarray Memory Allocation
Дата
Msg-id MAILjEmHkYv1zMAf86300006a04@mail.researchandmarkets.com
обсуждение исходный текст
Ответ на Re: GiST intarray Memory Allocation  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: GiST intarray Memory Allocation  ("Garrett Heaver" <garrett.heaver@researchandmarkets.com>)
Список pgsql-bugs
Performed full table select - worked perfectly

I can give you a dump of the table if that will help

Thanks
Garrett

-----Original Message-----
From: Alvaro Herrera [mailto:alvherre@alvh.no-ip.org]
Sent: 04 September 2005 17:09
To: Garrett Heaver
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] GiST intarray Memory Allocation

On Sun, Sep 04, 2005 at 04:49:27PM +0100, Garrett Heaver wrote:

> I have a table with circa 5.5Million rows and an int4[] column containing
> about 28 elements each.
>
> When I try to put a CREATE INDEX name ON table USING gist(column);
> I get the following :
>
> ERROR:  invalid memory alloc request size 2825271912

Hmm.  Have you tried a plain
SELECT * FROM table?

It sounds like your table may be corrupt.

Another alternative is that the opclass functions are buggy.  If the
table is not corrupt, you could try giving us complete working
instructions to try to reproduce the bug.

--
Alvaro Herrera -- Valdivia, Chile         Architect, www.EnterpriseDB.com
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end." (2nd Commandment for C programmers)

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: GiST intarray Memory Allocation
Следующее
От: "Garrett Heaver"
Дата:
Сообщение: Re: GiST intarray Memory Allocation