Struct postgres_replication_types::types::BeginMessage
source · pub struct BeginMessage {
pub final_lsn: i64,
pub timestamp: DateTime<Utc>,
pub transaction_id: i32,
}
Fields§
§final_lsn: i64
The final LSN of the transaction.
timestamp: DateTime<Utc>
Commit timestamp of the transaction.
Originally, the value is in number of microseconds since PostgreSQL epoch (2000-01-01).
transaction_id: i32
Xid of the transaction.