PostgreSQL Source Code git master
|
Data Fields | |
LWLock | lock |
uint32 | changecount |
PgStat_StatInjFixedEntry | stats |
PgStat_StatInjFixedEntry | reset_offset |
Definition at line 37 of file injection_stats_fixed.c.
uint32 PgStatShared_InjectionPointFixed::changecount |
Definition at line 40 of file injection_stats_fixed.c.
Referenced by injection_stats_fixed_reset_all_cb(), injection_stats_fixed_snapshot_cb(), and pgstat_report_inj_fixed().
LWLock PgStatShared_InjectionPointFixed::lock |
Definition at line 39 of file injection_stats_fixed.c.
Referenced by injection_stats_fixed_init_shmem_cb(), injection_stats_fixed_reset_all_cb(), and injection_stats_fixed_snapshot_cb().
PgStat_StatInjFixedEntry PgStatShared_InjectionPointFixed::reset_offset |
Definition at line 42 of file injection_stats_fixed.c.
Referenced by injection_stats_fixed_reset_all_cb(), and injection_stats_fixed_snapshot_cb().
PgStat_StatInjFixedEntry PgStatShared_InjectionPointFixed::stats |
Definition at line 41 of file injection_stats_fixed.c.
Referenced by injection_stats_fixed_reset_all_cb(), injection_stats_fixed_snapshot_cb(), and pgstat_report_inj_fixed().