#include <pgstat.h>
Data Fields | |
Oid | t_id |
bool | t_shared |
struct PgStat_TableXactStatus * | trans |
PgStat_TableCounts | t_counts |
Definition at line 136 of file pgstat.h.
Definition at line 141 of file pgstat.h.
Referenced by AtEOSubXact_PgStat(), AtEOXact_PgStat(), pg_stat_get_xact_blocks_fetched(), pg_stat_get_xact_blocks_hit(), pg_stat_get_xact_numscans(), pg_stat_get_xact_tuples_deleted(), pg_stat_get_xact_tuples_fetched(), pg_stat_get_xact_tuples_hot_updated(), pg_stat_get_xact_tuples_inserted(), pg_stat_get_xact_tuples_returned(), pg_stat_get_xact_tuples_updated(), pgstat_count_heap_update(), pgstat_report_analyze(), pgstat_report_stat(), pgstat_twophase_postabort(), pgstat_twophase_postcommit(), and pgstat_update_heap_dead_tuples().
Definition at line 138 of file pgstat.h.
Referenced by AtPrepare_PgStat(), find_tabstat_entry(), get_tabstat_entry(), pgstat_initstats(), and pgstat_report_stat().
Definition at line 139 of file pgstat.h.
Referenced by AtPrepare_PgStat(), get_tabstat_entry(), and pgstat_report_stat().
Definition at line 140 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(), pgstat_count_heap_delete(), pgstat_count_heap_insert(), pgstat_count_heap_update(), pgstat_report_analyze(), pgstat_report_stat(), and PostPrepare_PgStat().