Struct postgres_replication_types::types::OriginMessage
source · pub struct OriginMessage {
pub lsn: i64,
pub name: String,
}
Fields§
§lsn: i64
The LSN of the commit on the origin server.
name: String
Name of the origin.
NOTE: There can be multiple Origin messages inside a single transaction.