Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PgStat_TableCounts Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter t_numscans
PgStat_Counter t_tuples_returned
PgStat_Counter t_tuples_fetched
PgStat_Counter t_tuples_inserted
PgStat_Counter t_tuples_updated
PgStat_Counter t_tuples_deleted
PgStat_Counter t_tuples_hot_updated
PgStat_Counter t_delta_live_tuples
PgStat_Counter t_delta_dead_tuples
PgStat_Counter t_changed_tuples
PgStat_Counter t_blocks_fetched
PgStat_Counter t_blocks_hit

Detailed Description

Definition at line 82 of file pgstat.h.


Field Documentation

Definition at line 98 of file pgstat.h.

Referenced by pg_stat_get_xact_blocks_fetched(), and pgstat_recv_tabstat().

Definition at line 99 of file pgstat.h.

Referenced by pg_stat_get_xact_blocks_hit(), and pgstat_recv_tabstat().

Definition at line 96 of file pgstat.h.

Referenced by AtEOXact_PgStat(), pgstat_recv_tabstat(), and pgstat_twophase_postcommit().

Definition at line 94 of file pgstat.h.

Referenced by AtEOXact_PgStat(), pgstat_recv_tabstat(), and pgstat_twophase_postcommit().

Definition at line 84 of file pgstat.h.

Referenced by pg_stat_get_xact_numscans(), and pgstat_recv_tabstat().

Definition at line 87 of file pgstat.h.

Referenced by pg_stat_get_xact_tuples_fetched(), and pgstat_recv_tabstat().

Definition at line 86 of file pgstat.h.

Referenced by pg_stat_get_xact_tuples_returned(), and pgstat_recv_tabstat().


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