diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index d58f90638e1..f84f31cd2f0 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -1490,7 +1490,7 @@ parseQuery(Command *cmd, const char *raw_sql) p = sql; while ((p = strchr(p, ':')) != NULL) { - char var[12]; + char var[13]; char *name; int eaten;