Header And Logo

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

Data Fields

PgStat_StatTabEntry Struct Reference

#include <pgstat.h>

Data Fields

Oid tableid
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 n_live_tuples
PgStat_Counter n_dead_tuples
PgStat_Counter changes_since_analyze
PgStat_Counter blocks_fetched
PgStat_Counter blocks_hit
TimestampTz vacuum_timestamp
PgStat_Counter vacuum_count
TimestampTz autovac_vacuum_timestamp
PgStat_Counter autovac_vacuum_count
TimestampTz analyze_timestamp
PgStat_Counter analyze_count
TimestampTz autovac_analyze_timestamp
PgStat_Counter autovac_analyze_count

Detailed Description

Definition at line 564 of file pgstat.h.


Field Documentation

Definition at line 582 of file pgstat.h.

Referenced by pg_stat_get_blocks_fetched(), pgstat_get_tab_entry(), and pgstat_recv_tabstat().

Definition at line 583 of file pgstat.h.

Referenced by pg_stat_get_blocks_hit(), pgstat_get_tab_entry(), and pgstat_recv_tabstat().

Definition at line 568 of file pgstat.h.

Referenced by pg_stat_get_numscans(), pgstat_get_tab_entry(), and pgstat_recv_tabstat().

Definition at line 566 of file pgstat.h.

Referenced by pgstat_read_db_statsfile(), and pgstat_vacuum_stat().

Definition at line 575 of file pgstat.h.

Referenced by pg_stat_get_tuples_deleted(), pgstat_get_tab_entry(), and pgstat_recv_tabstat().

Definition at line 571 of file pgstat.h.

Referenced by pg_stat_get_tuples_fetched(), pgstat_get_tab_entry(), and pgstat_recv_tabstat().

Definition at line 574 of file pgstat.h.

Referenced by pg_stat_get_tuples_updated(), pgstat_get_tab_entry(), and pgstat_recv_tabstat().


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