PostgreSQL Source Code git master
|
#include <isolationtester.h>
Data Fields | |
char ** | setupsqls |
int | nsetupsqls |
char * | teardownsql |
Session ** | sessions |
int | nsessions |
Permutation ** | permutations |
int | npermutations |
Definition at line 75 of file isolationtester.h.
int TestSpec::npermutations |
Definition at line 83 of file isolationtester.h.
Referenced by check_testspec(), and run_named_permutations().
int TestSpec::nsessions |
Definition at line 81 of file isolationtester.h.
Referenced by check_testspec(), main(), run_all_permutations(), run_all_permutations_recurse(), run_permutation(), and try_complete_step().
int TestSpec::nsetupsqls |
Definition at line 78 of file isolationtester.h.
Referenced by run_permutation().
Permutation** TestSpec::permutations |
Definition at line 82 of file isolationtester.h.
Referenced by check_testspec(), run_named_permutations(), and run_testspec().
Session** TestSpec::sessions |
Definition at line 80 of file isolationtester.h.
Referenced by check_testspec(), main(), run_all_permutations(), run_all_permutations_recurse(), run_permutation(), and try_complete_step().
char** TestSpec::setupsqls |
Definition at line 77 of file isolationtester.h.
Referenced by run_permutation().
char* TestSpec::teardownsql |
Definition at line 79 of file isolationtester.h.
Referenced by run_permutation().