1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Add debugging aid in isolationtester

This commit is contained in:
Alvaro Herrera 2011-10-24 22:11:10 -03:00
parent a74a5f5913
commit 90d8e8ff7e

View File

@ -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();
}