|
PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
| Oid | id |
| bool | shared |
| struct PgStat_TableXactStatus * | trans |
| PgStat_TableCounts | counts |
| Relation | relation |
| PgStat_TableCounts PgStat_TableStatus::counts |
Definition at line 181 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), find_tabstat_entry(), 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::id |
Definition at line 178 of file pgstat.h.
Referenced by pgstat_prep_relation_pending().
| Relation PgStat_TableStatus::relation |
Definition at line 182 of file pgstat.h.
Referenced by pgstat_assoc_relation(), pgstat_relation_delete_pending_cb(), and pgstat_unlink_relation().
| bool PgStat_TableStatus::shared |
Definition at line 179 of file pgstat.h.
Referenced by pgstat_prep_relation_pending().
| struct PgStat_TableXactStatus* PgStat_TableStatus::trans |
Definition at line 180 of file pgstat.h.
Referenced by add_tabstat_xact_level(), AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), ensure_tabstat_xact_level(), find_tabstat_entry(), 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().