pgsql: pgbench progress with timestamp - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: pgbench progress with timestamp
Date
Msg-id E1ZcDeB-0004mn-Da@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Review program help output for wording and formatting
Next
From: Tom Lane
Date:
Subject: pgsql: Remove no-longer-used T_PrivGrantee node tag.