Expand description
PostgreSQL Log Sequence Number (LSN) type.
PostgreSQL displays LSNs as X/Y (uppercase hex), where:
Xis the high 32 bitsYis the low 32 bits
Each part is up to 8 hex digits; leading zeros are typically omitted.
Structsยง
- Lsn
- PostgreSQL Log Sequence Number.
- Parse
LsnError - Error returned when parsing an invalid LSN string.