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
------------------------------