|
PostgreSQL Source Code git master
|
#include <session.h>
Data Fields | |
| dsm_segment * | segment |
| dsa_area * | area |
| struct SharedRecordTypmodRegistry * | shared_typmod_registry |
| dshash_table * | shared_record_table |
| dshash_table * | shared_typmod_table |
| char * | name |
| char * | setupsql |
| char * | teardownsql |
| Step ** | steps |
| int | nsteps |
| dsa_area* Session::area |
Definition at line 28 of file session.h.
Referenced by AttachSession(), DetachSession(), find_or_make_matching_shared_tupledesc(), GetSessionDsmHandle(), lookup_rowtype_tupdesc_internal(), and SharedRecordTypmodRegistryAttach().
| char* Session::name |
Definition at line 26 of file isolationtester.h.
Referenced by main(), and try_complete_step().
| int Session::nsteps |
Definition at line 30 of file isolationtester.h.
Referenced by check_testspec(), run_all_permutations(), and run_all_permutations_recurse().
| dsm_segment* Session::segment |
Definition at line 27 of file session.h.
Referenced by AttachSession(), DetachSession(), GetSessionDsmHandle(), and SharedRecordTypmodRegistryAttach().
| char* Session::setupsql |
Definition at line 27 of file isolationtester.h.
Referenced by run_permutation().
| dshash_table* Session::shared_record_table |
Definition at line 32 of file session.h.
Referenced by find_or_make_matching_shared_tupledesc(), shared_record_typmod_registry_detach(), SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().
| struct SharedRecordTypmodRegistry* Session::shared_typmod_registry |
Definition at line 31 of file session.h.
Referenced by find_or_make_matching_shared_tupledesc(), lookup_rowtype_tupdesc_internal(), shared_record_typmod_registry_detach(), SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().
| dshash_table* Session::shared_typmod_table |
Definition at line 33 of file session.h.
Referenced by find_or_make_matching_shared_tupledesc(), lookup_rowtype_tupdesc_internal(), shared_record_typmod_registry_detach(), SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().
| Step** Session::steps |
Definition at line 29 of file isolationtester.h.
Referenced by check_testspec(), and run_all_permutations_recurse().
| char* Session::teardownsql |
Definition at line 28 of file isolationtester.h.
Referenced by run_permutation().