]> granicus.if.org Git - postgresql/commit
Minor robustness improvements for isolationtester.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Apr 2013 01:15:45 +0000 (21:15 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Apr 2013 01:15:45 +0000 (21:15 -0400)
commite084b1446ffa9ec09c3774221011ed686a8b1e7d
tree6092c115a2f23b82b73d50fb446cf4c934647cb3
parent73c122769ca1f49c451e315d476c80fdcf9f20cc
Minor robustness improvements for isolationtester.

Notice and complain about PQcancel() failures.  Also, don't dump core if
an error PGresult doesn't contain severity and message subfields, as it
might not if it was generated by libpq itself.  (We have a longstanding
TODO item to improve that, but in the meantime isolationtester had better
cope.)

I tripped across the latter item while investigating a trouble report on
buildfarm member spoonbill.  As for the former, there's no evidence that
PQcancel failure is actually involved in spoonbill's problem, but it still
seems like a bad idea to ignore an error return code.
src/test/isolation/isolationtester.c