PostgreSQL Source Code  git master
IsoConnInfo Struct Reference

Data Fields

PGconnconn
 
int backend_pid
 
const char * backend_pid_str
 
const char * sessionname
 
PermutationStepactive_step
 
int total_notices
 

Detailed Description

Definition at line 25 of file isolationtester.c.

Field Documentation

◆ active_step

PermutationStep* IsoConnInfo::active_step

Definition at line 35 of file isolationtester.c.

Referenced by run_permutation(), step_has_blocker(), and try_complete_step().

◆ backend_pid

int IsoConnInfo::backend_pid

Definition at line 30 of file isolationtester.c.

Referenced by main(), and try_complete_step().

◆ backend_pid_str

const char* IsoConnInfo::backend_pid_str

Definition at line 31 of file isolationtester.c.

Referenced by main(), and try_complete_step().

◆ conn

PGconn* IsoConnInfo::conn

Definition at line 28 of file isolationtester.c.

Referenced by main(), run_permutation(), and try_complete_step().

◆ sessionname

const char* IsoConnInfo::sessionname

Definition at line 33 of file isolationtester.c.

Referenced by isotesterNoticeProcessor(), main(), and try_complete_step().

◆ total_notices

int IsoConnInfo::total_notices

Definition at line 37 of file isolationtester.c.

Referenced by isotesterNoticeProcessor(), run_permutation(), and step_has_blocker().


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