projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d9e17
)
Fix function declaration style to respect the coding standard.
author
Tatsuo Ishii
Sun, 28 Jun 2015 09:54:27 +0000
(18:54 +0900)
committer
Tatsuo Ishii
Sun, 28 Jun 2015 10:05:14 +0000
(19:05 +0900)
contrib/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgbench/pgbench.c
b/contrib/pgbench/pgbench.c
index dbafd60990c4b03b52439fe2c6cc405bdaa5a7a4..4e22695f8fd35f6b21bb4e697ac6428fd2985a38 100644
(file)
--- a/
contrib/pgbench/pgbench.c
+++ b/
contrib/pgbench/pgbench.c
@@
-876,8
+876,7
@@
clientDone(CState *st, bool ok)
return false; /* always false */
}
-static
-void
+static void
agg_vals_init(AggVals *aggs, instr_time start)
{
/* basic counters */