Re: [7.0.2] cannot create an index ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [7.0.2] cannot create an index ...
Date: 2000-10-10 04:25:02
Message-ID: 17996.971151902@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Marc G. Fournier" <scrappy(at)hub(dot)org> writes:
> TRAP: Failed Assertion("!(metaopaque->btpo_flags & (1 << 3)):", File: "nbtpage.c
> ", Line: 181)

Hmm. That suggests a clobbered index (as in, first page zeroed out).
The Assert report doesn't tell us which index. Possibly a backtrace
of the corefile would help.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2000-10-10 04:32:12 Re: [7.0.2] cannot create an index ...
Previous Message Marc G. Fournier 2000-10-10 03:48:03 [7.0.2] cannot create an index ...