Struct pgrx_pg_sys::LogicalRepCommitData
source · #[repr(C)]pub struct LogicalRepCommitData {
pub commit_lsn: XLogRecPtr,
pub end_lsn: XLogRecPtr,
pub committime: TimestampTz,
}
Fields§
§commit_lsn: XLogRecPtr
§end_lsn: XLogRecPtr
§committime: TimestampTz
Trait Implementations§
source§impl Clone for LogicalRepCommitData
impl Clone for LogicalRepCommitData
source§fn clone(&self) -> LogicalRepCommitData
fn clone(&self) -> LogicalRepCommitData
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 LogicalRepCommitData
impl Debug for LogicalRepCommitData
source§impl Default for LogicalRepCommitData
impl Default for LogicalRepCommitData
source§fn default() -> LogicalRepCommitData
fn default() -> LogicalRepCommitData
Returns the “default value” for a type. Read more