Re: vacuum won't fix tx wraparound problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuum won't fix tx wraparound problem
Дата
Msg-id 28643.1277662374@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: vacuum won't fix tx wraparound problem  (Gene Hart <genekhart@gmail.com>)
Список pgsql-general
Gene Hart <genekhart@gmail.com> writes:
> select * from pg_prepared_xacts;
> returns 0 rows.

Hm.  You might also confirm that the directory $PGDATA/pg_twophase/ is
empty, but it really should be if there's nothing in that view.

I think you'll have to do some more sleuthing.  Check the
pg_database.datfrozenxid value for the "maindb" database, then look in
pg_class for the table(s) with that same value for pg_class.relfrozenxid.
Vacuum these table(s) individually.  Do their relfrozenxid values
change?

            regards, tom lane

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

Предыдущее
От: Gene Hart
Дата:
Сообщение: Re: vacuum won't fix tx wraparound problem
Следующее
От: Konstantin Izmailov
Дата:
Сообщение: Re: PQprepare in PostgreSQL 7.4 (lack of SAVEPOINTs)