|
PostgreSQL Source Code git master
|
#include <pgstat_internal.h>
Data Fields | |
| LWLock | lock |
| uint32 | changecount |
| PgStat_CheckpointerStats | stats |
| PgStat_CheckpointerStats | reset_offset |
Definition at line 400 of file pgstat_internal.h.
| uint32 PgStatShared_Checkpointer::changecount |
Definition at line 404 of file pgstat_internal.h.
Referenced by pgstat_checkpointer_reset_all_cb(), pgstat_checkpointer_snapshot_cb(), and pgstat_report_checkpointer().
| LWLock PgStatShared_Checkpointer::lock |
Definition at line 403 of file pgstat_internal.h.
Referenced by pgstat_checkpointer_init_shmem_cb(), pgstat_checkpointer_reset_all_cb(), and pgstat_checkpointer_snapshot_cb().
| PgStat_CheckpointerStats PgStatShared_Checkpointer::reset_offset |
Definition at line 406 of file pgstat_internal.h.
Referenced by pgstat_checkpointer_reset_all_cb(), and pgstat_checkpointer_snapshot_cb().
| PgStat_CheckpointerStats PgStatShared_Checkpointer::stats |
Definition at line 405 of file pgstat_internal.h.
Referenced by pgstat_checkpointer_reset_all_cb(), and pgstat_checkpointer_snapshot_cb().