projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a52d37
)
Fix function declaration style to respect the coding standard.
author
Tatsuo Ishii
<ishii@postgresql.org>
Sun, 28 Jun 2015 09:54:27 +0000
(18:54 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Sun, 28 Jun 2015 09:54:27 +0000
(18:54 +0900)
src/bin/pgbench/pgbench.c
patch
|
blob
|
history
diff --git
a/src/bin/pgbench/pgbench.c
b/src/bin/pgbench/pgbench.c
index 6f35db4763b3b27e4cce07ff29119e5d6d843338..2c3e3650c8a307dd3bf034c1d5c8141ea8fae396 100644
(file)
--- a/
src/bin/pgbench/pgbench.c
+++ b/
src/bin/pgbench/pgbench.c
@@
-1113,8
+1113,7
@@
clientDone(CState *st, bool ok)
return false; /* always false */
}
-static
-void
+static void
agg_vals_init(AggVals *aggs, instr_time start)
{
/* basic counters */