PostgreSQL Source Code git master
|
#include <isolationtester.h>
Data Fields | |
char * | name |
PermutationStepBlocker ** | blockers |
int | nblockers |
Step * | step |
Definition at line 60 of file isolationtester.h.
PermutationStepBlocker** PermutationStep::blockers |
Definition at line 63 of file isolationtester.h.
Referenced by check_testspec(), run_permutation(), step_has_blocker(), and try_complete_step().
char* PermutationStep::name |
Definition at line 62 of file isolationtester.h.
Referenced by check_testspec(), run_all_permutations_recurse(), and run_permutation().
int PermutationStep::nblockers |
Definition at line 64 of file isolationtester.h.
Referenced by check_testspec(), run_permutation(), step_has_blocker(), and try_complete_step().
Step* PermutationStep::step |
Definition at line 66 of file isolationtester.h.
Referenced by check_testspec(), run_all_permutations_recurse(), run_permutation(), step_has_blocker(), and try_complete_step().