projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed6c8d7
)
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:04:39 +0000
(19:04 +0900)
contrib/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgbench/pgbench.c
b/contrib/pgbench/pgbench.c
index c080c4669154df92879d83eae4e387532892ff63..f9e1549b23f8aadfa5a426127517048f926dc858 100644
(file)
--- a/
contrib/pgbench/pgbench.c
+++ b/
contrib/pgbench/pgbench.c
@@
-911,8
+911,7
@@
clientDone(CState *st, bool ok)
return false; /* always false */
}
-static
-void
+static void
agg_vals_init(AggVals *aggs, instr_time start)
{
/* basic counters */