Struct pgrx_pg_sys::PgStat_ArchiverStats
source · #[repr(C)]pub struct PgStat_ArchiverStats {
pub archived_count: PgStat_Counter,
pub last_archived_wal: [c_char; 41],
pub last_archived_timestamp: TimestampTz,
pub failed_count: PgStat_Counter,
pub last_failed_wal: [c_char; 41],
pub last_failed_timestamp: TimestampTz,
pub stat_reset_timestamp: TimestampTz,
}
Fields§
§archived_count: PgStat_Counter
§last_archived_wal: [c_char; 41]
§last_archived_timestamp: TimestampTz
§failed_count: PgStat_Counter
§last_failed_wal: [c_char; 41]
§last_failed_timestamp: TimestampTz
§stat_reset_timestamp: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_ArchiverStats
impl Clone for PgStat_ArchiverStats
source§fn clone(&self) -> PgStat_ArchiverStats
fn clone(&self) -> PgStat_ArchiverStats
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