pgsql: pgbench progress with timestamp

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench progress with timestamp
Date: 2015-09-16 14:25:19
Message-ID: E1ZcDeB-0004mn-Da@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cri(dot)ensmp(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-09-16 14:48:31 pgsql: Remove no-longer-used T_PrivGrantee node tag.
Previous Message Peter Eisentraut 2015-09-16 05:17:49 pgsql: Review program help output for wording and formatting