Re: Transaction wraparound problem with database postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Transaction wraparound problem with database postgres
Дата
Msg-id 5262.1206135887@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Transaction wraparound problem with database postgres  ("Markus Wollny" <Markus.Wollny@computec.de>)
Ответы Re: Transaction wraparound problem with database postgres
Список pgsql-general
"Markus Wollny" <Markus.Wollny@computec.de> writes:
> Just some more info, hoping that it helps with a diagnosis:

>  1: datname     (typeid = 19, len = 64, typmod = -1, byval = f)
>          2: age (typeid = 23, len = 4, typmod = -1, byval = t)
>          3: datfrozenxid        (typeid = 28, len = 4, typmod = -1, byval = t)
>         ----
>          1: datname = "postgres"        (typeid = 19, len = 64, typmod = -1, byval = f)
>          2: age = "-2147321465" (typeid = 23, len = 4, typmod = -1, byval = t)
>          3: datfrozenxid = "1835116837" (typeid = 28, len = 4, typmod = -1, byval = t)

What are the datfrozenxid's of the other rows in pg_database?
Do the other fields of postgres' row look sane?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: --enable-thread-safety bug
Следующее
От: "Markus Wollny"
Дата:
Сообщение: Re: Transaction wraparound problem with database postgres