Struct pgrx_pg_sys::PgStat_MsgVacuum
source · #[repr(C)]pub struct PgStat_MsgVacuum {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_tableoid: Oid,
pub m_autovacuum: bool,
pub m_vacuumtime: TimestampTz,
pub m_live_tuples: PgStat_Counter,
pub m_dead_tuples: PgStat_Counter,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
§m_tableoid: Oid
§m_autovacuum: bool
§m_vacuumtime: TimestampTz
§m_live_tuples: PgStat_Counter
§m_dead_tuples: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_MsgVacuum
impl Clone for PgStat_MsgVacuum
source§fn clone(&self) -> PgStat_MsgVacuum
fn clone(&self) -> PgStat_MsgVacuum
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