postgres 8.1.8 transaction ID wrapper around related problem - Mailing list pgsql-interfaces

From jing han
Subject postgres 8.1.8 transaction ID wrapper around related problem
Date
Msg-id 349058.47955.qm@web53512.mail.yahoo.com
Whole thread Raw
Responses Re: postgres 8.1.8 transaction ID wrapper around related problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Hello,

I have a transaction ID wrapper around related problem:

Does vacuum freeze only need to be done when initdb? is it a one time thing, only do it once??? no more??

in my system, when I use

select datname, age(datfrozenxid) from pg_database;

I get the following data:

datname               age
postgres        2075973034
netman          2117293144
template1      1795797763
template0      2075973034

I'm worried about the age for template0, I would think when initdb, template0 has already been vacuum freezed,
the datallowconn for template0 is set to false, we cannot connect template0. If the age for template0 keep going up,
will it meet transaction ID wrapper around problem???  Is one more vacuum freeze on template0 needed???


jing




____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html


pgsql-interfaces by date:

Previous
From: "Andy Shellam (Mailing Lists)"
Date:
Subject: Re: where postgres 8.1.8 log messages go
Next
From: Tom Lane
Date:
Subject: Re: postgres 8.1.8 transaction ID wrapper around related problem