pgsql: Fix reporting of skipped transactions in pgbench.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix reporting of skipped transactions in pgbench.
Date: 2015-08-17 07:16:33
Message-ID: E1ZREen-0003hy-Ef@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix reporting of skipped transactions in pgbench.

Broken by commit 1bc90f7a.

Fabien Coelho.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0e8efed59e7f98f237e90fba20364165f7cc9ba9

Modified Files
--------------
src/bin/pgbench/pgbench.c | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-08-17 09:36:09 pgsql: Improve configure test for the sse4.2 crc instruction.
Previous Message Tom Lane 2015-08-15 18:32:45 pgsql: Add docs about postgres_fdw's setting of search_path and other G