Thread: pgsql: Add the ability to compute per-statement latencies (ie, average

pgsql: Add the ability to compute per-statement latencies (ie, average

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Add the ability to compute per-statement latencies (ie, average execution
times) to pgbench.

Florian Pflug, reviewed by Greg Smith

Modified Files:
--------------
    pgsql/contrib/pgbench:
        pgbench.c (r1.99 -> r1.100)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.99&r2=1.100)
    pgsql/doc/src/sgml:
        pgbench.sgml (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pgbench.sgml?r1=1.17&r2=1.18)