[GENERAL] Old pg_clog files - Mailing list pgsql-general

From Ron Johnson
Subject [GENERAL] Old pg_clog files
Date
Msg-id 584a730b-efb8-2832-9a3b-a4f7467f8867@cox.net
Whole thread Raw
Responses Re: [GENERAL] Old pg_clog files  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
Hi,

v8.4.17

http://www.postgresql-archive.org/pg-clog-questions-td2080911.html

According to this old thread,  doing a VACUUM on every table in the postgres, template1 and TAPd databases should remove old pg_clog files.

postgres=# SELECT datname, age(datfrozenxid) FROM pg_database;
  datname  |    age   
-----------+-----------
template1 |   9951058
template0 |   9814761
postgres  | 163406258
TAPd      | 179543997
(4 rows)


However, while about 40 of them have been deleted, 183 still exist.  What did I do wrong?

Thanks
-- 
World Peace Through Nuclear Pacification

pgsql-general by date:

Previous
From: Aron Widforss
Date:
Subject: [GENERAL] Fwd: SPI_palloc problem
Next
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Old pg_clog files