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
PostgreSQLLog Sequence Number (LSN).
Enums§
- LsnParse
Error - Errors that can occur when parsing an LSN string.