Re: Vacuum error on database postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum error on database postgres
Дата
Msg-id 4001.1157121669@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Vacuum error on database postgres  ("Paul B. Anderson" <paul.a@pnlassociates.com>)
Ответы Re: Vacuum error on database postgres  ("Paul B. Anderson" <paul.a@pnlassociates.com>)
Re: Vacuum error on database postgres  (andy <andy@squeakycode.net>)
Список pgsql-admin
"Paul B. Anderson" <paul.a@pnlassociates.com> writes:
> I did delete exactly one of each of these using ctid and the query then
> shows no duplicates.  But, the problem comes right back in the next
> database-wide vacuum.

That's pretty odd --- I'm inclined to suspect index corruption.

> I also tried reindexing the table.

Get rid of the duplicates (actually, I'd just blow away all the
pg_statistic entries for each of these tables) and *then* reindex.
Then re-analyze and see what happens.

Worst case you could just delete everything in pg_statistic, reindex it,
do a database-wide ANALYZE to repopulate it.  By definition there's not
any original data in that table...

            regards, tom lane

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

Предыдущее
От: Luís Sousa
Дата:
Сообщение: Problem using pg_restore with -a option
Следующее
От: "Paul B. Anderson"
Дата:
Сообщение: Re: Vacuum error on database postgres