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

Copy Markdown View Source

c — commits a streamed transaction (spec §5); carries the commit LSN.

Summary

Types

t()

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