#include <pgstat.h>
Data Fields | |
PgStat_Counter | tuples_inserted |
PgStat_Counter | tuples_updated |
PgStat_Counter | tuples_deleted |
int | nest_level |
struct PgStat_TableXactStatus * | upper |
PgStat_TableStatus * | parent |
struct PgStat_TableXactStatus * | next |
Definition at line 148 of file pgstat.h.
Definition at line 153 of file pgstat.h.
Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), pgstat_count_heap_delete(), pgstat_count_heap_insert(), and pgstat_count_heap_update().
Definition at line 158 of file pgstat.h.
Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), and PostPrepare_PgStat().
Definition at line 156 of file pgstat.h.
Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), and PostPrepare_PgStat().
Definition at line 152 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), pg_stat_get_xact_tuples_deleted(), pgstat_count_heap_delete(), and pgstat_report_analyze().
Definition at line 150 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), pg_stat_get_xact_tuples_inserted(), pgstat_count_heap_insert(), and pgstat_report_analyze().
Definition at line 151 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), pg_stat_get_xact_tuples_updated(), pgstat_count_heap_update(), and pgstat_report_analyze().
Definition at line 155 of file pgstat.h.
Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat(), AtEOXact_PgStat(), AtPrepare_PgStat(), pg_stat_get_xact_tuples_deleted(), pg_stat_get_xact_tuples_inserted(), pg_stat_get_xact_tuples_updated(), and pgstat_report_analyze().