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

#include <session.h>

Data Fields

dsm_segmentsegment
 
dsa_areaarea
 
struct SharedRecordTypmodRegistryshared_typmod_registry
 
dshash_tableshared_record_table
 
dshash_tableshared_typmod_table
 
charname
 
charsetupsql
 
charteardownsql
 
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.

◆ nsteps

int Session::nsteps

Definition at line 30 of file isolationtester.h.

Referenced by check_testspec().

◆ segment

dsm_segment* Session::segment

◆ setupsql

char* Session::setupsql

Definition at line 27 of file isolationtester.h.

◆ 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().

◆ teardownsql

char* Session::teardownsql

Definition at line 28 of file isolationtester.h.


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