Likely fix for Issue #4 -- make sure params[] is long enough for two strings.

This commit is contained in:
Josh Kupershmidt 2012-12-08 18:57:27 -07:00
parent 6fc41e9c1a
commit 9d776b3980

View File

@ -565,7 +565,7 @@ static void
repack_one_table(const repack_table *table, const char *orderby)
{
PGresult *res;
const char *params[1];
const char *params[2];
int num;
int i;
int num_waiting = 0;