Re: [GENERAL] autovacuum is stopping automatically....

2007-12-07 Thread Charles.Hou
On 12月6日, 下午10�r14分, [EMAIL PROTECTED] (Alvaro Herrera) wrote: > Charles.Hou wrote: > > this is the pg_log... > > after 2007-12-04 10:40:37 CST 15533 , it always autovacuum "template0" > > not mydatabase... > > Is there an ERROR in the log? My guess is that template0 is in danger > of Xid wraparou

Re: [GENERAL] autovacuum is stopping automatically....

2007-12-06 Thread Alvaro Herrera
Charles.Hou wrote: > this is the pg_log... > after 2007-12-04 10:40:37 CST 15533 , it always autovacuum "template0" > not mydatabase... Is there an ERROR in the log? My guess is that template0 is in danger of Xid wraparound and autovacuum wants to process it, but it can't for some reason. My sec