Commit 90d8e8ff authored by Alvaro Herrera's avatar Alvaro Herrera

Add debugging aid in isolationtester

parent a74a5f59
......@@ -482,8 +482,8 @@ run_permutation(TestSpec * testspec, int nsteps, Step ** steps)
if (!PQsendQuery(conns[1 + step->session], step->sql))
{
fprintf(stdout, "failed to send query: %s\n",
PQerrorMessage(conns[1 + step->session]));
fprintf(stdout, "failed to send query for step %s: %s\n",
step->name, PQerrorMessage(conns[1 + step->session]));
exit_nicely();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment