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:
parent
a74a5f5913
commit
90d8e8ff7e
@ -482,8 +482,8 @@ run_permutation(TestSpec * testspec, int nsteps, Step ** steps)
|
|||||||
|
|
||||||
if (!PQsendQuery(conns[1 + step->session], step->sql))
|
if (!PQsendQuery(conns[1 + step->session], step->sql))
|
||||||
{
|
{
|
||||||
fprintf(stdout, "failed to send query: %s\n",
|
fprintf(stdout, "failed to send query for step %s: %s\n",
|
||||||
PQerrorMessage(conns[1 + step->session]));
|
step->name, PQerrorMessage(conns[1 + step->session]));
|
||||||
exit_nicely();
|
exit_nicely();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user