Struct pgrx_pg_sys::PgStat_StatReplSlotEntry
source · #[repr(C)]pub struct PgStat_StatReplSlotEntry {
pub slotname: NameData,
pub spill_txns: PgStat_Counter,
pub spill_count: PgStat_Counter,
pub spill_bytes: PgStat_Counter,
pub stream_txns: PgStat_Counter,
pub stream_count: PgStat_Counter,
pub stream_bytes: PgStat_Counter,
pub total_txns: PgStat_Counter,
pub total_bytes: PgStat_Counter,
pub stat_reset_timestamp: TimestampTz,
}
Fields§
§slotname: NameData
§spill_txns: PgStat_Counter
§spill_count: PgStat_Counter
§spill_bytes: PgStat_Counter
§stream_txns: PgStat_Counter
§stream_count: PgStat_Counter
§stream_bytes: PgStat_Counter
§total_txns: PgStat_Counter
§total_bytes: PgStat_Counter
§stat_reset_timestamp: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_StatReplSlotEntry
impl Clone for PgStat_StatReplSlotEntry
source§fn clone(&self) -> PgStat_StatReplSlotEntry
fn clone(&self) -> PgStat_StatReplSlotEntry
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