Thread: pgsql: pgbench progress with timestamp

pgsql: pgbench progress with timestamp

From
Teodor Sigaev
Date:
pgbench progress with timestamp

This patch adds an option to replace the "time since pgbench run
started" with a Unix epoch timestamp in the progress report so that,
for instance, it is easier to compare timelines with pgsql log

Fabien COELHO <coelho@cri.ensmp.fr>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1def9063ca3c8ad66a2814a90af95ca22636bf66

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml |   13 +++++++++++++
src/bin/pgbench/pgbench.c     |   20 +++++++++++++++++---
2 files changed, 30 insertions(+), 3 deletions(-)