pgstatsinfo - pg_statsinfo: - Previously, pg_statsinfo did not delete

From: kasahara(at)pgfoundry(dot)org (User Kasahara)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgstatsinfo - pg_statsinfo: - Previously, pg_statsinfo did not delete
Date: 2009-07-30 13:44:55
Message-ID: 20090730134455.2D3381072150@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
- Previously, pg_statsinfo did not delete autovacuum log files that store
information about DBs that not monitoring target. So, these files were
left derelict. Now pg_statsinfo deletes these files on getting snapshot.

Modified Files:
--------------
pg_statsinfo/pg_statsinfo/stats_info:
stats_info.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info.c?r1=1.2&r2=1.3)
stats_info.sql.in (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info.sql.in?r1=1.2&r2=1.3)
stats_info_sql.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/stats_info_sql.h?r1=1.2&r2=1.3)
uninstall_stats_info.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/pg_statsinfo/stats_info/uninstall_stats_info.sql?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Decibel 2009-07-30 17:24:48 deny-updates - trunk: Test after triggers as well
Previous Message Magnus Hagander 2009-07-30 09:28:05 pgsql: Make sure FD_SETSIZE is set before we include any Windows header