PostgreSQL Source Code git master
|
#include <pgstat_internal.h>
Definition at line 473 of file pgstat_internal.h.
PgStatShared_Archiver PgStat_ShmemControl::archiver |
Definition at line 498 of file pgstat_internal.h.
Referenced by pgstat_archiver_reset_all_cb(), pgstat_archiver_snapshot_cb(), and pgstat_report_archiver().
PgStatShared_BgWriter PgStat_ShmemControl::bgwriter |
Definition at line 499 of file pgstat_internal.h.
Referenced by pgstat_bgwriter_reset_all_cb(), pgstat_bgwriter_snapshot_cb(), and pgstat_report_bgwriter().
PgStatShared_Checkpointer PgStat_ShmemControl::checkpointer |
Definition at line 500 of file pgstat_internal.h.
Referenced by pgstat_checkpointer_reset_all_cb(), pgstat_checkpointer_snapshot_cb(), and pgstat_report_checkpointer().
void* PgStat_ShmemControl::custom_data[PGSTAT_KIND_CUSTOM_SIZE] |
Definition at line 509 of file pgstat_internal.h.
Referenced by pgstat_get_custom_shmem_data(), and pgstat_read_statsfile().
pg_atomic_uint64 PgStat_ShmemControl::gc_request_count |
Definition at line 493 of file pgstat_internal.h.
Referenced by pgstat_gc_entry_refs(), pgstat_need_entry_refs_gc(), pgstat_request_entry_refs_gc(), and pgstat_setup_shared_refs().
dshash_table_handle PgStat_ShmemControl::hash_handle |
Definition at line 481 of file pgstat_internal.h.
Referenced by pgstat_attach_shmem().
PgStatShared_IO PgStat_ShmemControl::io |
Definition at line 501 of file pgstat_internal.h.
Referenced by pgstat_io_flush_cb(), pgstat_io_reset_all_cb(), and pgstat_io_snapshot_cb().
bool PgStat_ShmemControl::is_shutdown |
Definition at line 484 of file pgstat_internal.h.
Referenced by pgstat_before_server_shutdown(), pgstat_get_entry_ref(), pgstat_report_bgwriter(), pgstat_report_checkpointer(), pgstat_report_stat(), and pgstat_wal_flush_cb().
void* PgStat_ShmemControl::raw_dsa_area |
Definition at line 475 of file pgstat_internal.h.
Referenced by pgstat_attach_shmem(), and pgstat_detach_shmem().
PgStatShared_SLRU PgStat_ShmemControl::slru |
Definition at line 502 of file pgstat_internal.h.
Referenced by pgstat_reset_slru_counter_internal(), pgstat_slru_flush_cb(), and pgstat_slru_snapshot_cb().
PgStatShared_Wal PgStat_ShmemControl::wal |
Definition at line 503 of file pgstat_internal.h.
Referenced by pgstat_wal_flush_cb(), pgstat_wal_reset_all_cb(), and pgstat_wal_snapshot_cb().