FWD: bug report: index is not a btree

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема FWD: bug report: index is not a btree
Дата
Msg-id c5325e9b51756a95cc3023bf155a1d05@biglumber.com
обсуждение исходный текст
Ответы Re: FWD: bug report: index is not a btree  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1802
Logged by:          Jenny Wang
Email address:      y6108@vip.sina.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.

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

Предыдущее
От: Dan Armbrust
Дата:
Сообщение: BUG #1552 followup
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: FWD: bug report: index is not a btree