Re: Create index problem ( _bt_sort )

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Loïc TREGOUËT <loic(at)cri74(dot)org>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Create index problem ( _bt_sort )
Date: 2001-01-29 16:47:58
Message-ID: 24937.980786878@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs

=?iso-8859-1?Q?Lo=EFc=20TREGOU=CBT?= <loic(at)cri74(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Loïc TREGOUËT 2001-01-29 16:59:04 Re: Create index problem ( _bt_sort )
Previous Message Loïc TREGOUËT 2001-01-29 16:20:50 Create index problem ( _bt_sort )

Browse pgsql-bugs by date

  From Date Subject
Next Message Loïc TREGOUËT 2001-01-29 16:59:04 Re: Create index problem ( _bt_sort )
Previous Message Loïc TREGOUËT 2001-01-29 16:20:50 Create index problem ( _bt_sort )