Re: [HACKERS] FATAL 1:btree: items are out of order

Поиск
Список
Период
Сортировка
От Vadim B. Mikheev
Тема Re: [HACKERS] FATAL 1:btree: items are out of order
Дата
Msg-id 91eb105306c1cb1b458ee581f907b2bf
обсуждение исходный текст
Список pgsql-hackers
Michael Reifenberger wrote:
>
> On Thu, 12 Jun 1997, Vadim B. Mikheev wrote:
> ...
> > I've got FATAL!!!
> > Trying to find cause ...
>
> Fine :-)
>
> So I'm not the only one who still sees a bug.

Found and fixed!
Someone forgot about aligning in indextuple.c:fastgetiattr().

Also, COPY FROM was using char *index_nulls for index attrs null flags
but (for unknown reasons) Datum idatum for index attrs values
(instead of Datum *idatum).

(I see that I had to check all code concerned indices while
implementing multi-column ones ... I'm lazy).

Well, I've got good results using Michael test data.
So, 6.1 release shouldn't be postponed any more...
(CVS changed)

Great thanks, Michael!

Vadim

------------------------------

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