Struct pgrx_pg_sys::PgStat_MsgWal
source · #[repr(C)]pub struct PgStat_MsgWal {
pub m_hdr: PgStat_MsgHdr,
pub m_wal_records: PgStat_Counter,
pub m_wal_fpi: PgStat_Counter,
pub m_wal_bytes: uint64,
pub m_wal_buffers_full: PgStat_Counter,
pub m_wal_write: PgStat_Counter,
pub m_wal_sync: PgStat_Counter,
pub m_wal_write_time: PgStat_Counter,
pub m_wal_sync_time: PgStat_Counter,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_wal_records: PgStat_Counter
§m_wal_fpi: PgStat_Counter
§m_wal_bytes: uint64
§m_wal_buffers_full: PgStat_Counter
§m_wal_write: PgStat_Counter
§m_wal_sync: PgStat_Counter
§m_wal_write_time: PgStat_Counter
§m_wal_sync_time: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_MsgWal
impl Clone for PgStat_MsgWal
source§fn clone(&self) -> PgStat_MsgWal
fn clone(&self) -> PgStat_MsgWal
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