PostgreSQL Source Code
git master
|
#include <pgstat_internal.h>
Data Fields | |
int | nest_level |
struct PgStat_SubXactStatus * | prev |
dclist_head | pending_drops |
PgStat_TableXactStatus * | first |
Definition at line 172 of file pgstat_internal.h.
PgStat_TableXactStatus* PgStat_SubXactStatus::first |
Definition at line 195 of file pgstat_internal.h.
Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), AtPrepare_PgStat_Relations(), pgstat_get_xact_stack_level(), and PostPrepare_PgStat_Relations().
int PgStat_SubXactStatus::nest_level |
Definition at line 174 of file pgstat_internal.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), pgstat_get_transactional_drops(), pgstat_get_xact_stack_level(), and PostPrepare_PgStat().
dclist_head PgStat_SubXactStatus::pending_drops |
Definition at line 185 of file pgstat_internal.h.
Referenced by AtEOSubXact_PgStat_DroppedStats(), AtEOXact_PgStat_DroppedStats(), create_drop_transactional_internal(), pgstat_get_transactional_drops(), and pgstat_get_xact_stack_level().
struct PgStat_SubXactStatus* PgStat_SubXactStatus::prev |
Definition at line 176 of file pgstat_internal.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), pgstat_get_transactional_drops(), pgstat_get_xact_stack_level(), and PostPrepare_PgStat().