]> granicus.if.org Git - postgresql/commit
Validate number of steps specified in permutation
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 11 Jan 2012 21:46:18 +0000 (18:46 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 11 Jan 2012 21:48:59 +0000 (18:48 -0300)
commit50363c8f86f89fe611ba417575218978917f1ac0
tree581d398647cf2f9141a763fcb5cdbdeba28b7404
parent1b9dea04b5cd8b1b2f8041e4aece9d573f007eb1
Validate number of steps specified in permutation

A permutation that specifies more steps than defined causes
isolationtester to crash, so avoid that.  Using less steps than defined
should probably not be a problem, but no spec currently does that.
src/test/isolation/isolationtester.c