Re: Error while vacuuming

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bhakti Ghatkar <bghatkar(at)zedo(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Error while vacuuming
Date: 2011-11-04 14:14:07
Message-ID: 6608.1320416047@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Bhakti Ghatkar <bghatkar(at)zedo(dot)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?

Try updating ... that looks suspiciously like a bug that was fixed a few
months ago.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Robert Haas 2011-11-04 16:06:49 Re: Strange query plan
Previous Message Guillaume Cottenceau 2011-11-04 13:21:53 Re: Error while vacuuming