B — start of a transaction; carries the final LSN, commit timestamp, and xid.
Summary
Types
@type t() :: %Replicant.Decoder.Messages.Begin{ commit_timestamp: DateTime.t() | nil, final_lsn: Replicant.lsn() | nil, xid: non_neg_integer() | nil }
B — start of a transaction; carries the final LSN, commit timestamp, and xid.
@type t() :: %Replicant.Decoder.Messages.Begin{ commit_timestamp: DateTime.t() | nil, final_lsn: Replicant.lsn() | nil, xid: non_neg_integer() | nil }