PostgreSQL Source Code git master
|
#include <pgstat.h>
PgStat_Counter PgStat_TableCounts::blocks_fetched |
Definition at line 155 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::blocks_hit |
Definition at line 156 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::changed_tuples |
Definition at line 153 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::delta_dead_tuples |
Definition at line 152 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), pgstat_report_analyze(), pgstat_twophase_postabort(), pgstat_twophase_postcommit(), and pgstat_update_heap_dead_tuples().
PgStat_Counter PgStat_TableCounts::delta_live_tuples |
Definition at line 151 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::numscans |
Definition at line 139 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
bool PgStat_TableCounts::truncdropped |
Definition at line 149 of file pgstat.h.
Referenced by AtEOXact_PgStat_Relations(), pgstat_relation_flush_cb(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::tuples_deleted |
Definition at line 146 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), find_tabstat_entry(), pgstat_relation_flush_cb(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::tuples_fetched |
Definition at line 142 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_hot_updated |
Definition at line 147 of file pgstat.h.
Referenced by pgstat_count_heap_update(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_inserted |
Definition at line 144 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), find_tabstat_entry(), pgstat_relation_flush_cb(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().
PgStat_Counter PgStat_TableCounts::tuples_newpage_updated |
Definition at line 148 of file pgstat.h.
Referenced by pgstat_count_heap_update(), and pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_returned |
Definition at line 141 of file pgstat.h.
Referenced by pgstat_relation_flush_cb().
PgStat_Counter PgStat_TableCounts::tuples_updated |
Definition at line 145 of file pgstat.h.
Referenced by AtEOSubXact_PgStat_Relations(), AtEOXact_PgStat_Relations(), find_tabstat_entry(), pgstat_relation_flush_cb(), pgstat_twophase_postabort(), and pgstat_twophase_postcommit().