mirror of
https://github.com/postgres/postgres.git
synced 2026-05-26 19:28:27 -04:00
Add debugging aid in isolationtester
This commit is contained in:
parent
a74a5f5913
commit
90d8e8ff7e
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue