PostgreSQL Source Code  git master
PgStat_StatTabEntry Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter numscans
 
TimestampTz lastscan
 
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
 
PgStat_Counter live_tuples
 
PgStat_Counter dead_tuples
 
PgStat_Counter mod_since_analyze
 
PgStat_Counter ins_since_vacuum
 
PgStat_Counter blocks_fetched
 
PgStat_Counter blocks_hit
 
TimestampTz last_vacuum_time
 
PgStat_Counter vacuum_count
 
TimestampTz last_autovacuum_time
 
PgStat_Counter autovacuum_count
 
TimestampTz last_analyze_time
 
PgStat_Counter analyze_count
 
TimestampTz last_autoanalyze_time
 
PgStat_Counter autoanalyze_count
 

Detailed Description

Definition at line 399 of file pgstat.h.

Field Documentation

◆ analyze_count

PgStat_Counter PgStat_StatTabEntry::analyze_count

Definition at line 426 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ autoanalyze_count

PgStat_Counter PgStat_StatTabEntry::autoanalyze_count

Definition at line 428 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ autovacuum_count

PgStat_Counter PgStat_StatTabEntry::autovacuum_count

Definition at line 424 of file pgstat.h.

Referenced by pgstat_report_vacuum().

◆ blocks_fetched

PgStat_Counter PgStat_StatTabEntry::blocks_fetched

Definition at line 418 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ blocks_hit

PgStat_Counter PgStat_StatTabEntry::blocks_hit

Definition at line 419 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ dead_tuples

PgStat_Counter PgStat_StatTabEntry::dead_tuples

◆ ins_since_vacuum

PgStat_Counter PgStat_StatTabEntry::ins_since_vacuum

◆ last_analyze_time

TimestampTz PgStat_StatTabEntry::last_analyze_time

Definition at line 425 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ last_autoanalyze_time

TimestampTz PgStat_StatTabEntry::last_autoanalyze_time

Definition at line 427 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ last_autovacuum_time

TimestampTz PgStat_StatTabEntry::last_autovacuum_time

Definition at line 423 of file pgstat.h.

Referenced by pgstat_report_vacuum().

◆ last_vacuum_time

TimestampTz PgStat_StatTabEntry::last_vacuum_time

Definition at line 421 of file pgstat.h.

Referenced by pgstat_report_vacuum().

◆ lastscan

TimestampTz PgStat_StatTabEntry::lastscan

Definition at line 402 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ live_tuples

PgStat_Counter PgStat_StatTabEntry::live_tuples

Definition at line 413 of file pgstat.h.

Referenced by pgstat_relation_flush_cb(), pgstat_report_analyze(), and pgstat_report_vacuum().

◆ mod_since_analyze

PgStat_Counter PgStat_StatTabEntry::mod_since_analyze

◆ numscans

PgStat_Counter PgStat_StatTabEntry::numscans

Definition at line 401 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_deleted

PgStat_Counter PgStat_StatTabEntry::tuples_deleted

Definition at line 409 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_fetched

PgStat_Counter PgStat_StatTabEntry::tuples_fetched

Definition at line 405 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_hot_updated

PgStat_Counter PgStat_StatTabEntry::tuples_hot_updated

Definition at line 410 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_inserted

PgStat_Counter PgStat_StatTabEntry::tuples_inserted

Definition at line 407 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_newpage_updated

PgStat_Counter PgStat_StatTabEntry::tuples_newpage_updated

Definition at line 411 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_returned

PgStat_Counter PgStat_StatTabEntry::tuples_returned

Definition at line 404 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_updated

PgStat_Counter PgStat_StatTabEntry::tuples_updated

Definition at line 408 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ vacuum_count

PgStat_Counter PgStat_StatTabEntry::vacuum_count

Definition at line 422 of file pgstat.h.

Referenced by pgstat_report_vacuum().


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