pgfouine - pgfouine: more work on vacuum verbose output analysis

From: gsmet(at)pgfoundry(dot)org (User Gsmet)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgfouine - pgfouine: more work on vacuum verbose output analysis
Date: 2006-07-19 22:55:04
Message-ID: 20060719225504.E92F486C590@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
more work on vacuum verbose output analysis

Modified Files:
--------------
pgfouine/include/postgresql/vacuum/parsers:
PostgreSQLVacuumParser.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php.diff?r1=1.1&r2=1.2)
pgfouine/include/postgresql/vacuum:
vacuum.lib.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/vacuum.lib.php.diff?r1=1.1&r2=1.2)
pgfouine/include/lib:
common.lib.php (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php.diff?r1=1.18&r2=1.19)
pgfouine/include/postgresql/vacuum/objects:
VacuumTableLogObject.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php.diff?r1=1.1&r2=1.2)
pgfouine:
pgfouine_vacuum.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine_vacuum.php.diff?r1=1.3&r2=1.4)
ChangeLog (r1.41 -> r1.42)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.41&r2=1.42)
pgfouine/include/postgresql/vacuum/lines:
PostgreSQLVacuumLogLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php.diff?r1=1.1&r2=1.2)
PostgreSQLVacuumRemovableInformationLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumRemovableInformationLine.class.php.diff?r1=1.1&r2=1.2)

Added Files:
-----------
pgfouine/include/postgresql/vacuum:
PostgreSQLVacuumRegexps.lib.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/postgresql/vacuum/reporting/reports:
VacuumedTablesReport.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesReport.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
pgfouine/include/postgresql/vacuum/listeners:
VacuumedTablesListener.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/listeners/VacuumedTablesListener.class.php?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-20 00:46:42 pgsql: Don't try to truncate multixact SLRU files in checkpoints done
Previous Message User Gsmet 2006-07-19 22:54:41 pgfouine - pgfouine: New Directory