Re: Create index problem ( _bt_sort ) - Mailing list pgsql-admin

From Tom Lane
Subject Re: Create index problem ( _bt_sort )
Date
Msg-id 24937.980786878@sss.pgh.pa.us
Whole thread Raw
In response to Create index problem ( _bt_sort )  (Loïc TREGOUËT <loic@cri74.org>)
List pgsql-admin
=?iso-8859-1?Q?Lo=EFc=20TREGOU=CBT?= <loic@cri74.org> writes:
> raslog=# create index user2000 on log2000(username);
> FATAL 1:  btree: failed to add item to the page in _bt_sort (2)

How long are the usernames?  IIRC, 7.0.* has some edge cases that might
fail when items approach the maximum allowed size of 1/3 page (~ 2700
bytes).

Would you be willing to try the example in 7.1beta4?

            regards, tom lane

pgsql-admin by date:

Previous
From: Loïc TREGOUËT
Date:
Subject: Create index problem ( _bt_sort )
Next
From: Loïc TREGOUËT
Date:
Subject: Re: Create index problem ( _bt_sort )