Re: Transaction wraparound problem with database postgres - Mailing list pgsql-general

From Tom Lane
Subject Re: Transaction wraparound problem with database postgres
Date
Msg-id 5262.1206135887@sss.pgh.pa.us
Whole thread Raw
In response to Re: Transaction wraparound problem with database postgres  ("Markus Wollny" <Markus.Wollny@computec.de>)
Responses Re: Transaction wraparound problem with database postgres
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: --enable-thread-safety bug
Next
From: "Markus Wollny"
Date:
Subject: Re: Transaction wraparound problem with database postgres