The lack of them is causing failures in some BF members.
Per Andrew Dunstan.
*/
fflush(stdout);
fprintf(stderr, "invalid permutation detected\n");
+ fflush(stderr);
/* Cancel the waiting statement from this session. */
cancel = PQgetCancel(conn);
testspec->sessions[i]->name,
PQerrorMessage(conns[i + 1]));
/* don't exit on teardown failure */
+ fflush(stderr);
}
PQclear(res);
}
fprintf(stderr, "teardown failed: %s",
PQerrorMessage(conns[0]));
/* don't exit on teardown failure */
-
+ fflush(stderr);
}
PQclear(res);
}