PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_TableXactStatus::deleted_pre_truncdrop |
PgStat_Counter PgStat_TableXactStatus::inserted_pre_truncdrop |
int PgStat_TableXactStatus::nest_level |
Definition at line 253 of file pgstat.h.
Referenced by ensure_tabstat_xact_level(), and pgstat_drop_relation().
struct PgStat_TableXactStatus* PgStat_TableXactStatus::next |
PgStat_TableStatus* PgStat_TableXactStatus::parent |
PgStat_Counter PgStat_TableXactStatus::tuples_deleted |
Definition at line 246 of file pgstat.h.
Referenced by pgstat_count_heap_delete(), pgstat_count_truncate(), and pgstat_drop_relation().
PgStat_Counter PgStat_TableXactStatus::tuples_inserted |
Definition at line 244 of file pgstat.h.
Referenced by pgstat_count_heap_insert(), pgstat_count_truncate(), and pgstat_drop_relation().
PgStat_Counter PgStat_TableXactStatus::tuples_updated |
Definition at line 245 of file pgstat.h.
Referenced by pgstat_count_heap_update(), pgstat_count_truncate(), and pgstat_drop_relation().
PgStat_Counter PgStat_TableXactStatus::updated_pre_truncdrop |
struct PgStat_TableXactStatus* PgStat_TableXactStatus::upper |