WalEx.Decoder.Messages.Begin (WalEx v4.8.0)

Copy Markdown View Source

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

Summary

Types

t()

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