PostgreSQL Source Code
git master
|
#include <pgstat.h>
Data Fields | |
Oid | t_id |
bool | t_shared |
struct PgStat_TableXactStatus * | trans |
PgStat_TableCounts | t_counts |
Relation | relation |
Relation PgStat_TableStatus::relation |
Definition at line 210 of file pgstat.h.
Referenced by pgstat_assoc_relation(), pgstat_relation_delete_pending_cb(), and pgstat_unlink_relation().
PgStat_TableCounts PgStat_TableStatus::t_counts |
Definition at line 209 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), 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_relation_flush_cb(), pgstat_report_analyze(), pgstat_twophase_postabort(), pgstat_twophase_postcommit(), and pgstat_update_heap_dead_tuples().
Oid PgStat_TableStatus::t_id |
Definition at line 206 of file pgstat.h.
Referenced by pgstat_prep_relation_pending().
bool PgStat_TableStatus::t_shared |
Definition at line 207 of file pgstat.h.
Referenced by pgstat_prep_relation_pending().
struct PgStat_TableXactStatus* PgStat_TableStatus::trans |
Definition at line 208 of file pgstat.h.
Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), ensure_tabstat_xact_level(), 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_count_truncate(), pgstat_drop_relation(), pgstat_report_analyze(), and PostPrepare_PgStat_Relations().