Re: [HACKERS] 9.5a1 BUG FIX: pgbench negative latencies

2015-07-30 Thread Heikki Linnakangas
On 07/27/2015 03:43 PM, Fabien COELHO wrote: Under 9.5a1 "pgbench -r" negative latencies are reported on meta commands, probably as an oversight of 84f0ea3f. This patch ensures that "now" is reset on each loop inside doCustom. Applied, thanks! - Heikki -- Sent via pgsql-hackers mailing lis

[HACKERS] 9.5a1 BUG FIX: pgbench negative latencies

2015-07-27 Thread Fabien COELHO
Under 9.5a1 "pgbench -r" negative latencies are reported on meta commands, probably as an oversight of 84f0ea3f. This patch ensures that "now" is reset on each loop inside doCustom. -- Fabien.diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 2c3e365..cce67e8 100644 ---