Struct pgrx_pg_sys::PgStat_WalStats
source · #[repr(C)]pub struct PgStat_WalStats {
pub wal_records: PgStat_Counter,
pub wal_fpi: PgStat_Counter,
pub wal_bytes: uint64,
pub wal_buffers_full: PgStat_Counter,
pub wal_write: PgStat_Counter,
pub wal_sync: PgStat_Counter,
pub wal_write_time: PgStat_Counter,
pub wal_sync_time: PgStat_Counter,
pub stat_reset_timestamp: TimestampTz,
}
Fields§
§wal_records: PgStat_Counter
§wal_fpi: PgStat_Counter
§wal_bytes: uint64
§wal_buffers_full: PgStat_Counter
§wal_write: PgStat_Counter
§wal_sync: PgStat_Counter
§wal_write_time: PgStat_Counter
§wal_sync_time: PgStat_Counter
§stat_reset_timestamp: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_WalStats
impl Clone for PgStat_WalStats
source§fn clone(&self) -> PgStat_WalStats
fn clone(&self) -> PgStat_WalStats
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 moresource§impl Debug for PgStat_WalStats
impl Debug for PgStat_WalStats
source§impl Default for PgStat_WalStats
impl Default for PgStat_WalStats
source§fn default() -> PgStat_WalStats
fn default() -> PgStat_WalStats
Returns the “default value” for a type. Read more