FWD: bug report: index is not a btree

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: FWD: bug report: index is not a btree
Date: 2005-08-03 09:46:23
Message-ID: c5325e9b51756a95cc3023bf155a1d05@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged online:

Bug reference: 1802
Logged by: Jenny Wang
Email address: y6108(at)vip(dot)sina(dot)com
PostgreSQL version: 7.3.10
Operating system: RedHat 8
Description: index is not a btree
Details:

1 $ cd <prefix>
$ cd bin

2 $ ./postmaster -D data &
$ ./psql TEST
TEST=#create table a(col1 int primary key);

3 $ kill -9 <postmaster pid>

4 $ ./postmaster -D data &
$ ./psql TEST
TEST=#insert into a values(1);

ERROR: Index a_pkey is not a btree

the file of a_pkey has size 8k, and is all zero.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Adam Radłowski 2005-08-03 11:01:53 a bug in libpq, PSQL 8.0.3
Previous Message DKnoto 2005-08-03 09:29:38 BUG #1803: Incomplete table list in psql