]> granicus.if.org Git - postgresql/commit
Modify the isolation tester so that multiple sessions can wait.
authorRobert Haas <rhaas@postgresql.org>
Thu, 11 Feb 2016 13:36:30 +0000 (08:36 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 11 Feb 2016 13:36:30 +0000 (08:36 -0500)
commit38f8bdcac4982215beb9f65a19debecaf22fd470
treef1a86518b289c084b6a7403f5953c8958557f284
parentc9882c60f44cf5d0b37411535175a5c154fdad0e
Modify the isolation tester so that multiple sessions can wait.

This allows testing of deadlock scenarios.  Scenarios that would
previously have been considered invalid are now simply taken as a
scenario in which more than one backend will wait.
src/test/isolation/README
src/test/isolation/isolationtester.c