PostgreSQL Source Code git master
|
Definition at line 171 of file xlogprefetcher.c.
int XLogPrefetchStats::block_distance |
Definition at line 183 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherAllocate(), and XLogPrefetcherComputeStats().
pg_atomic_uint64 XLogPrefetchStats::hit |
Definition at line 175 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherNextBlock(), XLogPrefetchResetStats(), and XLogPrefetchShmemInit().
int XLogPrefetchStats::io_depth |
Definition at line 184 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherAllocate(), and XLogPrefetcherComputeStats().
pg_atomic_uint64 XLogPrefetchStats::prefetch |
Definition at line 174 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherNextBlock(), XLogPrefetchResetStats(), and XLogPrefetchShmemInit().
pg_atomic_uint64 XLogPrefetchStats::reset_time |
Definition at line 173 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetchResetStats(), and XLogPrefetchShmemInit().
pg_atomic_uint64 XLogPrefetchStats::skip_fpw |
Definition at line 178 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherNextBlock(), XLogPrefetchResetStats(), and XLogPrefetchShmemInit().
pg_atomic_uint64 XLogPrefetchStats::skip_init |
Definition at line 176 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherNextBlock(), XLogPrefetchResetStats(), and XLogPrefetchShmemInit().
pg_atomic_uint64 XLogPrefetchStats::skip_new |
Definition at line 177 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherNextBlock(), XLogPrefetchResetStats(), and XLogPrefetchShmemInit().
pg_atomic_uint64 XLogPrefetchStats::skip_rep |
Definition at line 179 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherNextBlock(), XLogPrefetchResetStats(), and XLogPrefetchShmemInit().
int XLogPrefetchStats::wal_distance |
Definition at line 182 of file xlogprefetcher.c.
Referenced by pg_stat_get_recovery_prefetch(), XLogPrefetcherAllocate(), and XLogPrefetcherComputeStats().