Re: Vacuumdb error

Поиск
Список
Период
Сортировка
От Vidhya Bondre
Тема Re: Vacuumdb error
Дата
Msg-id BANLkTinbnkOkkt1EVASQsynPKUdVTam9_w@mail.gmail.com
обсуждение исходный текст
Ответ на Vacuumdb error  (Gipsz Jakab <clausewitz45@gmail.com>)
Список pgsql-general
Gipsz,

We got this error too what we did is ran vacuum analyze verbose and afterthat reindexed the db and we din't see the error croping again.

Regards
Vidhya

On Thu, Apr 14, 2011 at 5:26 PM, Gipsz Jakab <clausewitz45@gmail.com> wrote:
Dear List,

Today morning at 01:00 AM in our PostgreSQL 9.0.3 server a routine maintenance script has started (vacuumdb --all --full --analyze), and stopped with this error:

sqlstate=23505ERROR:  duplicate key value violates unique constraint "pg_index_indexrelid_index"
sqlstate=23505DETAIL:  Key (indexrelid)=(2678) already exists.

We didn't do or change anything in postgre enviroment (except we raised the max_lock_per_transaction from 64 to 128)

I've started a search on the internet, because of this error, but I didn't find anything, that I can use. Any idea? I've checked the postgres DB / catalogs / pg_catalog / tables / pg_index, and there is the record where indexrelid=2678, but there is only one record there... 

I saw, that somebody has the same problem (with the same ID!), and Tom Lane and Robert Haas requested the (select ctid,xmin,xmax,* from pg_index;) query output in a file. See attached. 

PostgreSQL: PostgreSQL 9.0.3 on i386-portbld-freebsd8.2, compiled by GCC cc (GCC) 4.2.1 20070719 [FreeBSD], 32-bit

Thanks, and regards,
Carl 


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


В списке pgsql-general по дате отправления:

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: SSDs with Postgresql?
Следующее
От: Shianmiin
Дата:
Сообщение: Re: [BUGS] PostgreSQL backend process high memory usage issue