PostgreSQL Source Code  git master
Session Struct Reference

#include <session.h>

Data Fields

dsm_segmentsegment
 
dsa_areaarea
 
struct SharedRecordTypmodRegistryshared_typmod_registry
 
dshash_tableshared_record_table
 
dshash_tableshared_typmod_table
 
char * name
 
char * setupsql
 
char * teardownsql
 
Step ** steps
 
int nsteps
 

Detailed Description

Definition at line 25 of file session.h.

Field Documentation

◆ area

◆ name

char* Session::name

Definition at line 26 of file isolationtester.h.

Referenced by main(), and try_complete_step().

◆ nsteps

int Session::nsteps

◆ segment

dsm_segment* Session::segment

◆ setupsql

char* Session::setupsql

Definition at line 27 of file isolationtester.h.

Referenced by run_permutation().

◆ shared_record_table

◆ shared_typmod_registry

◆ shared_typmod_table

◆ steps

Step** Session::steps

Definition at line 29 of file isolationtester.h.

Referenced by check_testspec(), and run_all_permutations_recurse().

◆ teardownsql

char* Session::teardownsql

Definition at line 28 of file isolationtester.h.

Referenced by run_permutation().


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