PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_SLRUStats::blocks_exists |
Definition at line 422 of file pgstat.h.
Referenced by pgstat_count_slru_page_exists().
PgStat_Counter PgStat_SLRUStats::blocks_hit |
Definition at line 419 of file pgstat.h.
Referenced by pgstat_count_slru_page_hit().
PgStat_Counter PgStat_SLRUStats::blocks_read |
Definition at line 420 of file pgstat.h.
Referenced by pgstat_count_slru_page_read().
PgStat_Counter PgStat_SLRUStats::blocks_written |
Definition at line 421 of file pgstat.h.
Referenced by pgstat_count_slru_page_written().
PgStat_Counter PgStat_SLRUStats::blocks_zeroed |
Definition at line 418 of file pgstat.h.
Referenced by pgstat_count_slru_page_zeroed().
PgStat_Counter PgStat_SLRUStats::flush |
Definition at line 423 of file pgstat.h.
Referenced by pgstat_count_slru_flush().
TimestampTz PgStat_SLRUStats::stat_reset_timestamp |
Definition at line 425 of file pgstat.h.
Referenced by pgstat_reset_slru_counter_internal().
PgStat_Counter PgStat_SLRUStats::truncate |
Definition at line 424 of file pgstat.h.
Referenced by pgstat_count_slru_truncate().