WalEx.Decoder.Messages (WalEx v4.8.0)

Copy Markdown View Source

Decoded representations of each pgoutput replication message.

See the pgoutput message format for the wire-level semantics of each struct.

Summary

Types

Postgres LSN tuple {xlog_file, xlog_offset}.

Types

lsn()

@type lsn() :: {non_neg_integer(), non_neg_integer()}

Postgres LSN tuple {xlog_file, xlog_offset}.