Re: Error while vacuuming

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: Bhakti Ghatkar <bghatkar(at)zedo(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Error while vacuuming
Date: 2011-11-04 13:21:53
Message-ID: m3k47gkopa.fsf@mnc.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

May be corrupt index, have you tried REINDEX?

(btw I failed to see how it is related to performance)

Bhakti Ghatkar <bghatkar 'at' zedo.com> writes:

> Hi ,
>
> While performing full vacuum we encountered the error below:
>
>
> INFO:  vacuuming "pg_catalog.pg_index"
> vacuumdb: vacuuming of database "xxxx" failed: ERROR:  duplicate key value
> violates unique constraint "ccccc"
> DETAIL:  Key (indexrelid)=(2678) already exists.
>
> We are using Postgres 9.0.1
>
> Can you please help us out in understanding the cause of this error?
>
> Regards,
> Bhakti
>

--
Guillaume Cottenceau

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2011-11-04 14:14:07 Re: Error while vacuuming
Previous Message Bhakti Ghatkar 2011-11-04 12:14:21 Error while vacuuming