pgstatspack - pgstatspack: Fixed a problem with the report where a table

From: kpierno(at)pgfoundry(dot)org (User Kpierno)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgstatspack - pgstatspack: Fixed a problem with the report where a table
Date: 2008-08-22 21:14:17
Message-ID: 20080822211417.5155117AD29D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixed a problem with the report where a table with the same name exists
in 2 seperate schemas within the same database. I also changed the way
the math was done for the table to index read ratio so it is no longer
a number in reference to the total tuples read for all tables and indexes.

Modified Files:
--------------
pgstatspack:
pgstatspack_create_snap.sql (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatspack/pgstatspack/pgstatspack_create_snap.sql.diff?r1=1.1.1.1&r2=1.2)
pgstatspack_report.sh (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatspack/pgstatspack/pgstatspack_report.sh.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-08-23 01:55:36 pgsql: Update link to developer's FAQ from main FAQ.
Previous Message User Jbcooley 2008-08-22 21:02:59 npgsql - Npgsql2: support cross join and string concat