Re: [HACKERS] FATAL 1:btree: items are out of order - Mailing list pgsql-hackers

From Michael Reifenberger
Subject Re: [HACKERS] FATAL 1:btree: items are out of order
Date
Msg-id ed726b72340bc12aca36edc52f3c5940
Whole thread Raw
List pgsql-hackers
Hi,

On Tue, 10 Jun 1997, Vadim B. Mikheev wrote:
...
> New btree code in CVS!
> Sorry for lateness - it took 28 hours of continuous work +
> 3 hours of final tests.
> All my tests are OK (I even played with 160000 of duplicates).
> Also, I hope that variable-length attributes support improved -
> at least the example below now works:

First of all, thanks all the effords.
The new patches are going into the right direction and work partially.

I created all bins and DB's from scratch.

If I create the table h and an index h1,
where h1 consists of ONE variable field of type text_ops,
then it works to copy the table!

Thats the good news.

If the index consists of MORE (3 here) variable text fields,
than I get:

hopp=> copy h from '/a/hopp/export/h.dmp';
FATAL 1:btree: items are out of order (leftmost 0, stack 29, update 2)



Thanks so far.


Bye!
- ----
Michael Reifenberger
Plaut Software GmbH, R/3 Basis

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

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: [HACKERS] Re: [PORTS] GEQO broken on 6-6-97?!?
Next
From: David Friend
Date:
Subject: Re: [HACKERS] Forms package and other companion software.