diff options
Diffstat (limited to 'src/bin/pgbench/pgbench.c')
-rw-r--r-- | src/bin/pgbench/pgbench.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 5c07dd9ca5e..29d69de4d13 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -3591,7 +3591,7 @@ parseQuery(Command *cmd) p = sql; while ((p = strchr(p, ':')) != NULL) { - char var[12]; + char var[13]; char *name; int eaten; @@ -5432,7 +5432,7 @@ threadRun(void *arg) sqlat, lag, stdev; - char tbuf[64]; + char tbuf[315]; /* * Add up the statistics of all threads. |