Likely fix for Issue #4 -- make sure params[] is long enough for two strings.
This commit is contained in:
parent
6fc41e9c1a
commit
9d776b3980
@ -565,7 +565,7 @@ static void
|
|||||||
repack_one_table(const repack_table *table, const char *orderby)
|
repack_one_table(const repack_table *table, const char *orderby)
|
||||||
{
|
{
|
||||||
PGresult *res;
|
PGresult *res;
|
||||||
const char *params[1];
|
const char *params[2];
|
||||||
int num;
|
int num;
|
||||||
int i;
|
int i;
|
||||||
int num_waiting = 0;
|
int num_waiting = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user