]> granicus.if.org Git - postgresql/commit
Fix minor bug in isolationtester.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Oct 2018 19:06:38 +0000 (15:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Oct 2018 19:06:38 +0000 (15:06 -0400)
commit4c68883891a560f0e4a234bd207a8e8bf43fd08f
tree3dc32036a0e25067f8c29e03e9a3039f6f9faf8f
parent1164389e12b0009e510501d1e7fd1b1025d15734
Fix minor bug in isolationtester.

If the lock wait query failed, isolationtester would report the
PQerrorMessage from some other connection, meaning there would be
no message or an unrelated one.  This seems like a pretty unlikely
occurrence, but if it did happen, this bug could make it really
difficult/confusing to figure out what happened.  That seems to
justify patching all the way back.

In passing, clean up another place where the "wrong" conn was used
for an error report.  That one's not actually buggy because it's
a different alias for the same connection, but it's still confusing
to the reader.
src/test/isolation/isolationtester.c