pgfouine - pgfouine: more work on vacuum verbose output analysis - Mailing list pgsql-committers

From gsmet@pgfoundry.org (User Gsmet)
Subject pgfouine - pgfouine: more work on vacuum verbose output analysis
Date
Msg-id 20060720091659.5A66686C5B8@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
more work on vacuum verbose output analysis

Modified Files:
--------------
    pgfouine/include/postgresql/vacuum/parsers:
        PostgreSQLVacuumParser.class.php (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php.diff?r1=1.2&r2=1.3)
    pgfouine/include/postgresql/vacuum/lines:
        PostgreSQLVacuumLogLine.class.php (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php.diff?r1=1.2&r2=1.3)
    pgfouine/include/postgresql/vacuum:
        PostgreSQLVacuumRegexps.lib.php (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php.diff?r1=1.1&r2=1.2)
        vacuum.lib.php (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/vacuum.lib.php.diff?r1=1.2&r2=1.3)
        PostgreSQLVacuumAccumulator.class.php (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumAccumulator.class.php.diff?r1=1.1&r2=1.2)
    pgfouine/include/postgresql/vacuum/objects:
        VacuumLogObject.class.php (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumLogObject.class.php.diff?r1=1.1&r2=1.2)
        AnalyzeTableLogObject.class.php (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/AnalyzeTableLogObject.class.php.diff?r1=1.1&r2=1.2)
        VacuumTableLogObject.class.php (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php.diff?r1=1.2&r2=1.3)
    pgfouine/include/lib:
        common.lib.php (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php.diff?r1=1.19&r2=1.20)
    pgfouine:
        pgfouine_vacuum.php (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine_vacuum.php.diff?r1=1.4&r2=1.5)
        pgfouine.spec (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.spec.diff?r1=1.9&r2=1.10)
    pgfouine/include/postgresql/vacuum/listeners:
        VacuumedTablesListener.class.php (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/listeners/VacuumedTablesListener.class.php.diff?r1=1.1&r2=1.2)

Added Files:
-----------
    pgfouine/include/postgresql/vacuum/lines:
        PostgreSQLFSMInformationLine.class.php (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
        PostgreSQLFSMInformationDetailLine.class.php (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationDetailLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
        PostgreSQLVacuumEndLine.class.php (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumEndLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
        PostgreSQLVacuumingDatabaseLine.class.php (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingDatabaseLine.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
    pgfouine/include/postgresql/vacuum:
        VacuumLogStream.class.php (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/VacuumLogStream.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
    pgfouine/include/postgresql/vacuum/objects:
        FSMInformationLogObject.class.php (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/objects/FSMInformationLogObject.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
    pgfouine/include/postgresql/vacuum/listeners:
        FSMInformationListener.class.php (r1.1)

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

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/FSMInformationReport.class.php?rev=1.1&content-type=text/x-cvsweb-markup)
        VacuumOverallReport.class.php (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Print out diff status code when we think there's a hard failure.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Make pg_config location overridable for pgxs builds.