|
PostgreSQL Source Code git master
|
#include <isolationtester.h>
Data Fields | |
| char * | stepname |
| PermutationStepBlockerType | blocktype |
| int | num_notices |
| Step * | step |
| int | target_notices |
Definition at line 49 of file isolationtester.h.
| PermutationStepBlockerType PermutationStepBlocker::blocktype |
Definition at line 52 of file isolationtester.h.
Referenced by check_testspec(), run_permutation(), step_has_blocker(), and try_complete_step().
| int PermutationStepBlocker::num_notices |
Definition at line 53 of file isolationtester.h.
Referenced by run_permutation().
| Step* PermutationStepBlocker::step |
Definition at line 55 of file isolationtester.h.
Referenced by check_testspec(), run_permutation(), and step_has_blocker().
| char* PermutationStepBlocker::stepname |
Definition at line 51 of file isolationtester.h.
Referenced by check_testspec().
| int PermutationStepBlocker::target_notices |
Definition at line 57 of file isolationtester.h.
Referenced by run_permutation(), and step_has_blocker().