PostgreSQL Source Code  git master
PgStat_StatInjFixedEntry Struct Reference

Data Fields

PgStat_Counter numattach
 
PgStat_Counter numdetach
 
PgStat_Counter numrun
 
PgStat_Counter numcached
 
PgStat_Counter numloaded
 
TimestampTz stat_reset_timestamp
 

Detailed Description

Definition at line 27 of file injection_stats_fixed.c.

Field Documentation

◆ numattach

PgStat_Counter PgStat_StatInjFixedEntry::numattach

◆ numcached

PgStat_Counter PgStat_StatInjFixedEntry::numcached

◆ numdetach

PgStat_Counter PgStat_StatInjFixedEntry::numdetach

◆ numloaded

PgStat_Counter PgStat_StatInjFixedEntry::numloaded

◆ numrun

PgStat_Counter PgStat_StatInjFixedEntry::numrun

◆ stat_reset_timestamp

TimestampTz PgStat_StatInjFixedEntry::stat_reset_timestamp

Definition at line 34 of file injection_stats_fixed.c.

Referenced by injection_stats_fixed_reset_all_cb().


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