PostgreSQL Source Code
git master
|
#include <xlog.h>
Data Fields | |
TimestampTz | ckpt_start_t |
TimestampTz | ckpt_write_t |
TimestampTz | ckpt_sync_t |
TimestampTz | ckpt_sync_end_t |
TimestampTz | ckpt_end_t |
int | ckpt_bufs_written |
int | ckpt_slru_written |
int | ckpt_segs_added |
int | ckpt_segs_removed |
int | ckpt_segs_recycled |
int | ckpt_sync_rels |
uint64 | ckpt_longest_sync |
uint64 | ckpt_agg_sync_time |
uint64 CheckpointStatsData::ckpt_agg_sync_time |
Definition at line 176 of file xlog.h.
Referenced by LogCheckpointEnd(), and ProcessSyncRequests().
int CheckpointStatsData::ckpt_bufs_written |
Definition at line 167 of file xlog.h.
Referenced by BufferSync(), CreateCheckPoint(), and LogCheckpointEnd().
TimestampTz CheckpointStatsData::ckpt_end_t |
Definition at line 165 of file xlog.h.
Referenced by LogCheckpointEnd().
uint64 CheckpointStatsData::ckpt_longest_sync |
Definition at line 175 of file xlog.h.
Referenced by LogCheckpointEnd(), and ProcessSyncRequests().
int CheckpointStatsData::ckpt_segs_added |
Definition at line 170 of file xlog.h.
Referenced by CreateCheckPoint(), LogCheckpointEnd(), and PreallocXlogFiles().
int CheckpointStatsData::ckpt_segs_recycled |
Definition at line 172 of file xlog.h.
Referenced by CreateCheckPoint(), LogCheckpointEnd(), and RemoveXlogFile().
int CheckpointStatsData::ckpt_segs_removed |
Definition at line 171 of file xlog.h.
Referenced by CreateCheckPoint(), LogCheckpointEnd(), and RemoveXlogFile().
int CheckpointStatsData::ckpt_slru_written |
Definition at line 168 of file xlog.h.
Referenced by LogCheckpointEnd(), and SlruInternalWritePage().
TimestampTz CheckpointStatsData::ckpt_start_t |
Definition at line 161 of file xlog.h.
Referenced by CreateCheckPoint(), CreateRestartPoint(), and LogCheckpointEnd().
TimestampTz CheckpointStatsData::ckpt_sync_end_t |
Definition at line 164 of file xlog.h.
Referenced by CheckPointGuts(), and LogCheckpointEnd().
int CheckpointStatsData::ckpt_sync_rels |
Definition at line 174 of file xlog.h.
Referenced by LogCheckpointEnd(), and ProcessSyncRequests().
TimestampTz CheckpointStatsData::ckpt_sync_t |
Definition at line 163 of file xlog.h.
Referenced by CheckPointGuts(), and LogCheckpointEnd().
TimestampTz CheckpointStatsData::ckpt_write_t |
Definition at line 162 of file xlog.h.
Referenced by CheckPointGuts(), and LogCheckpointEnd().