PostgreSQL Source Code git master
|
Data Fields | |
PgStat_Counter | numattach |
PgStat_Counter | numdetach |
PgStat_Counter | numrun |
PgStat_Counter | numcached |
PgStat_Counter | numloaded |
TimestampTz | stat_reset_timestamp |
Definition at line 27 of file injection_stats_fixed.c.
PgStat_Counter PgStat_StatInjFixedEntry::numattach |
Definition at line 29 of file injection_stats_fixed.c.
Referenced by injection_points_stats_fixed(), and pgstat_report_inj_fixed().
PgStat_Counter PgStat_StatInjFixedEntry::numcached |
Definition at line 32 of file injection_stats_fixed.c.
Referenced by injection_points_stats_fixed(), and pgstat_report_inj_fixed().
PgStat_Counter PgStat_StatInjFixedEntry::numdetach |
Definition at line 30 of file injection_stats_fixed.c.
Referenced by injection_points_stats_fixed(), and pgstat_report_inj_fixed().
PgStat_Counter PgStat_StatInjFixedEntry::numloaded |
Definition at line 33 of file injection_stats_fixed.c.
Referenced by injection_points_stats_fixed(), and pgstat_report_inj_fixed().
PgStat_Counter PgStat_StatInjFixedEntry::numrun |
Definition at line 31 of file injection_stats_fixed.c.
Referenced by injection_points_stats_fixed(), and pgstat_report_inj_fixed().
TimestampTz PgStat_StatInjFixedEntry::stat_reset_timestamp |
Definition at line 34 of file injection_stats_fixed.c.
Referenced by injection_stats_fixed_reset_all_cb().