Skip to main content

Module lsn

Module lsn 

Source
Expand description

PostgreSQL Log Sequence Number (LSN) type.

An LSN is a 64-bit integer representing a byte position in the WAL stream. PostgreSQL displays LSNs in the format X/Y where X is the upper 32 bits and Y is the lower 32 bits, both in hexadecimal.

Structs§

Lsn
A PostgreSQL Log Sequence Number (LSN).

Enums§

LsnParseError
Errors that can occur when parsing an LSN string.