PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PermutationStep Struct Reference

#include <isolationtester.h>

Data Fields

charname
 
PermutationStepBlocker ** blockers
 
int nblockers
 
Stepstep
 

Detailed Description

Definition at line 60 of file isolationtester.h.

Field Documentation

◆ blockers

PermutationStepBlocker** PermutationStep::blockers

Definition at line 63 of file isolationtester.h.

◆ name

char* PermutationStep::name

Definition at line 62 of file isolationtester.h.

Referenced by run_all_permutations_recurse().

◆ nblockers

int PermutationStep::nblockers

Definition at line 64 of file isolationtester.h.

◆ step

Step* PermutationStep::step

Definition at line 66 of file isolationtester.h.

Referenced by run_all_permutations_recurse().


The documentation for this struct was generated from the following file: