|
PostgreSQL Source Code git master
|
Data Fields | |
| LWLock | lock |
| uint32 | changecount |
| PgStat_StatCustomFixedEntry | stats |
| PgStat_StatCustomFixedEntry | reset_offset |
Definition at line 34 of file test_custom_fixed_stats.c.
| uint32 PgStatShared_CustomFixedEntry::changecount |
Definition at line 37 of file test_custom_fixed_stats.c.
Referenced by test_custom_stats_fixed_reset_all_cb(), test_custom_stats_fixed_snapshot_cb(), and test_custom_stats_fixed_update().
| LWLock PgStatShared_CustomFixedEntry::lock |
Definition at line 36 of file test_custom_fixed_stats.c.
Referenced by test_custom_stats_fixed_init_shmem_cb(), test_custom_stats_fixed_reset_all_cb(), test_custom_stats_fixed_snapshot_cb(), and test_custom_stats_fixed_update().
| PgStat_StatCustomFixedEntry PgStatShared_CustomFixedEntry::reset_offset |
Definition at line 39 of file test_custom_fixed_stats.c.
Referenced by test_custom_stats_fixed_reset_all_cb(), and test_custom_stats_fixed_snapshot_cb().
| PgStat_StatCustomFixedEntry PgStatShared_CustomFixedEntry::stats |
Definition at line 38 of file test_custom_fixed_stats.c.
Referenced by test_custom_stats_fixed_reset_all_cb(), test_custom_stats_fixed_snapshot_cb(), and test_custom_stats_fixed_update().