PostgreSQL Source Code git master
|
#include <pgstat.h>
PgStat_Counter PgStat_SLRUStats::blocks_exists |
Definition at line 407 of file pgstat.h.
Referenced by pgstat_count_slru_page_exists().
PgStat_Counter PgStat_SLRUStats::blocks_hit |
Definition at line 404 of file pgstat.h.
Referenced by pgstat_count_slru_page_hit().
PgStat_Counter PgStat_SLRUStats::blocks_read |
Definition at line 405 of file pgstat.h.
Referenced by pgstat_count_slru_page_read().
PgStat_Counter PgStat_SLRUStats::blocks_written |
Definition at line 406 of file pgstat.h.
Referenced by pgstat_count_slru_page_written().
PgStat_Counter PgStat_SLRUStats::blocks_zeroed |
Definition at line 403 of file pgstat.h.
Referenced by pgstat_count_slru_page_zeroed().
PgStat_Counter PgStat_SLRUStats::flush |
Definition at line 408 of file pgstat.h.
Referenced by pgstat_count_slru_flush().
TimestampTz PgStat_SLRUStats::stat_reset_timestamp |
Definition at line 410 of file pgstat.h.
Referenced by pgstat_reset_slru_counter_internal().
PgStat_Counter PgStat_SLRUStats::truncate |
Definition at line 409 of file pgstat.h.
Referenced by pgstat_count_slru_truncate().