pgsql: pgbench: consolidate a few PQfinish calls.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: consolidate a few PQfinish calls.
Date: 2018-03-01 09:04:53
Message-ID: E1erK8z-0007mK-FG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: consolidate a few PQfinish calls.

Author: Doug Rady
Discussion: https://postgr.es/m/6323D83C-9FDA-4EE1-B0ED-6971E585066A@amazon.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/337be37da34fd6ccfb63350c3d5b1b284fc58084

Modified Files
--------------
src/bin/pgbench/pgbench.c | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-03-01 09:41:43 pgsql: doc: Add random_zipfian to list of random functions with argumen
Previous Message Tom Lane 2018-03-01 00:26:00 pgsql: Remove redundant IndexTupleDSize macro.