pgsql: Mostly mechanical cleanup of pgbench

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Mostly mechanical cleanup of pgbench
Дата
Msg-id E1aOFLI-0002J0-TM@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix startup so that log prefix %h works for the log_connections
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pgbench: improve multi-script support