pgsnap - pgsnap: Fix the "clustered tables" report as it didn't work on

From: gleu(at)pgfoundry(dot)org (User Gleu)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsnap - pgsnap: Fix the "clustered tables" report as it didn't work on
Date: 2010-03-08 17:27:06
Message-ID: 20100308172706.78D0B10715C7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the "clustered tables" report as it didn't work on 7.4 and 8.0, per a report and patch (modified by me) from Philippe Pellen.

Modified Files:
--------------
pgsnap/pgsnap:
ChangeLog (r1.84 -> r1.85)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog?r1=1.84&r2=1.85)
pgsnap/pgsnap/lib:
clusteredtables.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/clusteredtables.php?r1=1.2&r2=1.3)
nonidleprocesses.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/nonidleprocesses.php?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-03-08 23:03:00 pgsql: Return proper exit code (3) from psql when ON_ERROR_STOP=on and
Previous Message User Gleu 2010-03-08 16:46:33 pgsnap - pgsnap: Fix the "non idle queries" for really long queries, per