Re: Reltuples/n_live_tup values wrong

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reltuples/n_live_tup values wrong
Дата
Msg-id 6848.1375877575@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Reltuples/n_live_tup values wrong  (Sebastian Kornehl <webmaster@sourcebase.org>)
Ответы Re: Reltuples/n_live_tup values wrong  (Sebastian Kornehl <webmaster@sourcebase.org>)
Список pgsql-bugs
Sebastian Kornehl <webmaster@sourcebase.org> writes:
> I'm facing a problem which seems like a bug to me. I'm running:

It seems like most of your problem is explained by this:

>> DETAIL:  609299 dead row versions cannot be removed yet.

You need to get rid of whatever old open transaction is preventing
those rows from getting vacuumed away.  Perhaps you have a prepared
transaction lying around?

            regards, tom lane

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

Предыдущее
От: Sebastian Kornehl
Дата:
Сообщение: Reltuples/n_live_tup values wrong
Следующее
От: Sebastian Kornehl
Дата:
Сообщение: Re: Reltuples/n_live_tup values wrong