]> granicus.if.org Git - pgbadger/commit
- Fix issue in calculating min/max/avg in "General Activity" report. It was build...
authorDarold Gilles <gilles@darold.net>
Mon, 25 Aug 2014 15:17:55 +0000 (17:17 +0200)
committerDarold Gilles <gilles@darold.net>
Mon, 25 Aug 2014 15:17:55 +0000 (17:17 +0200)
commit4340ddb3eb90b1126a294280fa7fa51b5f8d3acc
treeecb283cf1043bfeead2524fcf1348bd2b87bc86c
parent6ed730f00c588471f23b10f3442242ba656c2b49
- Fix issue in calculating min/max/avg in "General Activity" report. It was build on the sum of queries duration per minutes instead of each duration. Thanks to Jayadevan M for the report.
- The same issue remains with percentile that are build using the sum of duration per minutes and doesn't represent the real queries duration.
- This commit also include a modification in convert_time() method to reports milliseconds.
pgbadger