Re: PANIC: right sibling

From: Kenneth Marshall <ktm(at)rice(dot)edu>
To: Scott Whitney <swhitney(at)journyx(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: PANIC: right sibling
Date: 2007-12-04 18:03:55
Message-ID: 20071204180355.GE1837@it.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You have a corrupt index, run:

REINDEX INDEX tickets1;

Ken

On Tue, Dec 04, 2007 at 11:03:15AM -0600, Scott Whitney wrote:
> I don't really understand the postings I've found on this issue. This has
> been going on for quite some time, but now that I'm regularly vacuuming this
> db, I was looking for any info on how to fix this problem...I don't even
> know enough about it to know what to include in this message.
>
>
> This is the last output of:
>
> vacuumdb -f -z -v rt3
>
>
>
> vacuumdb: vacuuming of database "rt3" failed: PANIC: right sibling is not
> next child in "tickets1"
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2007-12-04 18:05:57 Re: PANIC: right sibling
Previous Message Scott Whitney 2007-12-04 17:03:15 PANIC: right sibling