PostgreSQL Source Code  git master
PgStat_TableXactStatus Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter tuples_inserted
 
PgStat_Counter tuples_updated
 
PgStat_Counter tuples_deleted
 
bool truncdropped
 
PgStat_Counter inserted_pre_truncdrop
 
PgStat_Counter updated_pre_truncdrop
 
PgStat_Counter deleted_pre_truncdrop
 
int nest_level
 
struct PgStat_TableXactStatusupper
 
PgStat_TableStatusparent
 
struct PgStat_TableXactStatusnext
 

Detailed Description

Definition at line 210 of file pgstat.h.

Field Documentation

◆ deleted_pre_truncdrop

PgStat_Counter PgStat_TableXactStatus::deleted_pre_truncdrop

Definition at line 220 of file pgstat.h.

◆ inserted_pre_truncdrop

PgStat_Counter PgStat_TableXactStatus::inserted_pre_truncdrop

Definition at line 218 of file pgstat.h.

◆ nest_level

int PgStat_TableXactStatus::nest_level

Definition at line 221 of file pgstat.h.

Referenced by ensure_tabstat_xact_level(), and pgstat_drop_relation().

◆ next

struct PgStat_TableXactStatus* PgStat_TableXactStatus::next

Definition at line 226 of file pgstat.h.

◆ parent

PgStat_TableStatus* PgStat_TableXactStatus::parent

Definition at line 224 of file pgstat.h.

◆ truncdropped

bool PgStat_TableXactStatus::truncdropped

Definition at line 215 of file pgstat.h.

◆ tuples_deleted

PgStat_Counter PgStat_TableXactStatus::tuples_deleted

Definition at line 214 of file pgstat.h.

Referenced by pgstat_count_heap_delete(), pgstat_count_truncate(), and pgstat_drop_relation().

◆ tuples_inserted

PgStat_Counter PgStat_TableXactStatus::tuples_inserted

Definition at line 212 of file pgstat.h.

Referenced by pgstat_count_heap_insert(), pgstat_count_truncate(), and pgstat_drop_relation().

◆ tuples_updated

PgStat_Counter PgStat_TableXactStatus::tuples_updated

Definition at line 213 of file pgstat.h.

Referenced by pgstat_count_heap_update(), pgstat_count_truncate(), and pgstat_drop_relation().

◆ updated_pre_truncdrop

PgStat_Counter PgStat_TableXactStatus::updated_pre_truncdrop

Definition at line 219 of file pgstat.h.

◆ upper

struct PgStat_TableXactStatus* PgStat_TableXactStatus::upper

Definition at line 223 of file pgstat.h.


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