PostgreSQL Source Code  git master
PgStat_TableCounts Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter numscans
 
PgStat_Counter tuples_returned
 
PgStat_Counter tuples_fetched
 
PgStat_Counter tuples_inserted
 
PgStat_Counter tuples_updated
 
PgStat_Counter tuples_deleted
 
PgStat_Counter tuples_hot_updated
 
PgStat_Counter tuples_newpage_updated
 
bool truncdropped
 
PgStat_Counter delta_live_tuples
 
PgStat_Counter delta_dead_tuples
 
PgStat_Counter changed_tuples
 
PgStat_Counter blocks_fetched
 
PgStat_Counter blocks_hit
 

Detailed Description

Definition at line 160 of file pgstat.h.

Field Documentation

◆ blocks_fetched

PgStat_Counter PgStat_TableCounts::blocks_fetched

Definition at line 178 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ blocks_hit

PgStat_Counter PgStat_TableCounts::blocks_hit

Definition at line 179 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ changed_tuples

PgStat_Counter PgStat_TableCounts::changed_tuples

◆ delta_dead_tuples

◆ delta_live_tuples

PgStat_Counter PgStat_TableCounts::delta_live_tuples

◆ numscans

PgStat_Counter PgStat_TableCounts::numscans

Definition at line 162 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ truncdropped

bool PgStat_TableCounts::truncdropped

◆ tuples_deleted

◆ tuples_fetched

PgStat_Counter PgStat_TableCounts::tuples_fetched

Definition at line 165 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_hot_updated

PgStat_Counter PgStat_TableCounts::tuples_hot_updated

Definition at line 170 of file pgstat.h.

Referenced by pgstat_count_heap_update(), and pgstat_relation_flush_cb().

◆ tuples_inserted

◆ tuples_newpage_updated

PgStat_Counter PgStat_TableCounts::tuples_newpage_updated

Definition at line 171 of file pgstat.h.

Referenced by pgstat_count_heap_update(), and pgstat_relation_flush_cb().

◆ tuples_returned

PgStat_Counter PgStat_TableCounts::tuples_returned

Definition at line 164 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_updated


The documentation for this struct was generated from the following file: