pgsql: Mostly mechanical cleanup of pgbench - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Mostly mechanical cleanup of pgbench
Date
Msg-id E1aOFLI-0002J0-TM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mostly mechanical cleanup of pgbench

pgindent for recent commits; also change some variables from int to
boolean, which is how they are really used.

Mostly submitted by Fabien Coelho; this is in preparation to commit
further patches to the file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5b3cc1af2f9ba7b0e30054b30e28bd2cc4175b78

Modified Files
--------------
src/bin/pgbench/pgbench.c |   65 +++++++++++++++++++++++----------------------
1 file changed, 33 insertions(+), 32 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix startup so that log prefix %h works for the log_connections
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pgbench: improve multi-script support