PostgreSQL Source Code
git master
|
#include <pgstat.h>
PgStat_Counter PgStat_SLRUStats::blocks_exists |
Definition at line 383 of file pgstat.h.
Referenced by pgstat_count_slru_page_exists().
PgStat_Counter PgStat_SLRUStats::blocks_hit |
Definition at line 380 of file pgstat.h.
Referenced by pgstat_count_slru_page_hit().
PgStat_Counter PgStat_SLRUStats::blocks_read |
Definition at line 381 of file pgstat.h.
Referenced by pgstat_count_slru_page_read().
PgStat_Counter PgStat_SLRUStats::blocks_written |
Definition at line 382 of file pgstat.h.
Referenced by pgstat_count_slru_page_written().
PgStat_Counter PgStat_SLRUStats::blocks_zeroed |
Definition at line 379 of file pgstat.h.
Referenced by pgstat_count_slru_page_zeroed().
PgStat_Counter PgStat_SLRUStats::flush |
Definition at line 384 of file pgstat.h.
Referenced by pgstat_count_slru_flush().
TimestampTz PgStat_SLRUStats::stat_reset_timestamp |
Definition at line 386 of file pgstat.h.
Referenced by pgstat_reset_slru_counter_internal().
PgStat_Counter PgStat_SLRUStats::truncate |
Definition at line 385 of file pgstat.h.
Referenced by pgstat_count_slru_truncate().