Re: [HACKERS] [6.5.3] FATAL 1: my bits moved right off the end of the world!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] [6.5.3] FATAL 1: my bits moved right off the end of the world!
Date: 1999-12-14 20:14:15
Message-ID: 16155.945202455@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Isn't that what you get after a btree index has gotten corrupted?
(Probably by trying to insert a too-large index entry?)

I thought we'd put in a defense against oversize index entries,
but maybe it hasn't made it to the REL6_5 series...

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-12-14 20:24:31 Re: [HACKERS] Volunteer: Large Tuples / Tuple chaining
Previous Message Tom Lane 1999-12-14 20:11:58 Re: [HACKERS] Transactions ...