Replicant.Decoder.Messages.Begin (Replicant v0.1.0)

Copy Markdown View Source

B — start of a transaction; carries the final LSN, commit timestamp, and xid.

Summary

Types

t()

@type t() :: %Replicant.Decoder.Messages.Begin{
  commit_timestamp: DateTime.t() | nil,
  final_lsn: Replicant.lsn() | nil,
  xid: non_neg_integer() | nil
}