Tom,
Once again you are a lifesaver.
Thank you. I ended up just dropping all the indexes on the table in
question, and life is now good.
-Michael
> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: Wednesday, February 07, 2001 4:42 PM
> To: mykarz@miyabara.com
> Cc: pgsql-sql@postgresql.org; pgsql-admin@postgresql.org
> Subject: Re: [ADMIN] FATAL 1: btree: items are out of order
> (leftmost 0,
> stack 48, update 2)
>
>
> "Michael Miyabara-McCaskey" <mykarz@miyabara.com> writes:
> > FATAL 1: btree: items are out of order (leftmost 0, stack
> 48, update 2)
>
> This appears to indicate that you've got a corrupted index,
> possibly due
> to carelessness about starting the postmaster always in the
> same locale
> (see past discussions about effects of locale on index sort order).
>
> If you can determine which index is broken, dropping and rebuilding it
> should get you out of trouble.
>
> regards, tom lane
>