Struct pgx_pg_sys::PgStat_MsgBgWriter
source · #[repr(C)]pub struct PgStat_MsgBgWriter {
pub m_hdr: PgStat_MsgHdr,
pub m_timed_checkpoints: PgStat_Counter,
pub m_requested_checkpoints: PgStat_Counter,
pub m_buf_written_checkpoints: PgStat_Counter,
pub m_buf_written_clean: PgStat_Counter,
pub m_maxwritten_clean: PgStat_Counter,
pub m_buf_written_backend: PgStat_Counter,
pub m_buf_fsync_backend: PgStat_Counter,
pub m_buf_alloc: PgStat_Counter,
pub m_checkpoint_write_time: PgStat_Counter,
pub m_checkpoint_sync_time: PgStat_Counter,
}Fields§
§m_hdr: PgStat_MsgHdr§m_timed_checkpoints: PgStat_Counter§m_requested_checkpoints: PgStat_Counter§m_buf_written_checkpoints: PgStat_Counter§m_buf_written_clean: PgStat_Counter§m_maxwritten_clean: PgStat_Counter§m_buf_written_backend: PgStat_Counter§m_buf_fsync_backend: PgStat_Counter§m_buf_alloc: PgStat_Counter§m_checkpoint_write_time: PgStat_Counter§m_checkpoint_sync_time: PgStat_CounterTrait Implementations§
source§impl Clone for PgStat_MsgBgWriter
impl Clone for PgStat_MsgBgWriter
source§fn clone(&self) -> PgStat_MsgBgWriter
fn clone(&self) -> PgStat_MsgBgWriter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more