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 434 of file pgstat.h.

Field Documentation

◆ analyze_count

PgStat_Counter PgStat_StatTabEntry::analyze_count

Definition at line 461 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ autoanalyze_count

PgStat_Counter PgStat_StatTabEntry::autoanalyze_count

Definition at line 463 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ autovacuum_count

PgStat_Counter PgStat_StatTabEntry::autovacuum_count

Definition at line 459 of file pgstat.h.

Referenced by pgstat_report_vacuum().

◆ blocks_fetched

PgStat_Counter PgStat_StatTabEntry::blocks_fetched

Definition at line 453 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ blocks_hit

PgStat_Counter PgStat_StatTabEntry::blocks_hit

Definition at line 454 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 460 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ last_autoanalyze_time

TimestampTz PgStat_StatTabEntry::last_autoanalyze_time

Definition at line 462 of file pgstat.h.

Referenced by pgstat_report_analyze().

◆ last_autovacuum_time

TimestampTz PgStat_StatTabEntry::last_autovacuum_time

Definition at line 458 of file pgstat.h.

Referenced by pgstat_report_vacuum().

◆ last_vacuum_time

TimestampTz PgStat_StatTabEntry::last_vacuum_time

Definition at line 456 of file pgstat.h.

Referenced by pgstat_report_vacuum().

◆ lastscan

TimestampTz PgStat_StatTabEntry::lastscan

Definition at line 437 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ live_tuples

PgStat_Counter PgStat_StatTabEntry::live_tuples

Definition at line 448 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 436 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_deleted

PgStat_Counter PgStat_StatTabEntry::tuples_deleted

Definition at line 444 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_fetched

PgStat_Counter PgStat_StatTabEntry::tuples_fetched

Definition at line 440 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_hot_updated

PgStat_Counter PgStat_StatTabEntry::tuples_hot_updated

Definition at line 445 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_inserted

PgStat_Counter PgStat_StatTabEntry::tuples_inserted

Definition at line 442 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_newpage_updated

PgStat_Counter PgStat_StatTabEntry::tuples_newpage_updated

Definition at line 446 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_returned

PgStat_Counter PgStat_StatTabEntry::tuples_returned

Definition at line 439 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ tuples_updated

PgStat_Counter PgStat_StatTabEntry::tuples_updated

Definition at line 443 of file pgstat.h.

Referenced by pgstat_relation_flush_cb().

◆ vacuum_count

PgStat_Counter PgStat_StatTabEntry::vacuum_count

Definition at line 457 of file pgstat.h.

Referenced by pgstat_report_vacuum().


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