c — commits a streamed transaction (spec §5); carries the commit LSN.
Summary
Types
@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 }