darold / pgcluu

PostgreSQL Cluster performances monitoring and auditing tool
http://pgcluu.darold.net/
PostgreSQL License
336 stars 45 forks source link

Fix #135 issue: pg_stat_statements.total_time pg13 #143

Closed ng-pe closed 2 years ago

ng-pe commented 2 years ago

Quick fix of the query in dump_pgstatstatements sub, so that under PostgreSQL 13 (and higher) total_time = total_plan_time + total_execution_time

Krysztophe commented 2 years ago

Works for me (v12 & v14)

darold commented 2 years ago

Thanks Nicolas!