initPQExpBuffer(&buffer);
appendPQExpBufferStr(&buffer, step->name);
-
+
for (n = 0; n < nextra; ++n)
appendPQExpBuffer(&buffer, " %s", extrastep[n]->name);
-
+
if (step->errormsg)
{
fprintf(stdout, "error in steps %s: %s\n", buffer.data,
free(extrastep[n]->errormsg);
extrastep[n]->errormsg = NULL;
}
-
+
termPQExpBuffer(&buffer);
}
td += (int64) current_time.tv_usec - (int64) start_time.tv_usec;
/*
- * After 60 seconds, try to cancel the query.
+ * After 60 seconds, try to cancel the query.
*
* If the user tries to test an invalid permutation, we don't
* want to hang forever, especially when this is running in the