pgsql: Refactor pgbench log-writing code to a separate function.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refactor pgbench log-writing code to a separate function.
Date: 2014-10-02 11:01:32
Message-ID: E1XZe8a-0001X3-3M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor pgbench log-writing code to a separate function.

The doCustom function was incredibly long, this makes it a little bit more
readable.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/84f0ea3f68aed5e5b9cc1ef8599a7c28b0b97b0f

Modified Files
--------------
contrib/pgbench/pgbench.c | 340 ++++++++++++++++++++++-----------------------
1 file changed, 169 insertions(+), 171 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-10-02 12:54:26 pgsql: Fix typo in error message.
Previous Message Tom Lane 2014-10-01 23:31:28 pgsql: Fix some more problems with nested append relations.