Module lsn

Module lsn 

Source
Expand description

PostgreSQL Log Sequence Number (LSN) type.

PostgreSQL displays LSNs as X/Y (uppercase hex), where:

  • X is the high 32 bits
  • Y is the low 32 bits

Each part is up to 8 hex digits; leading zeros are typically omitted.

Structsยง

Lsn
PostgreSQL Log Sequence Number.
ParseLsnError
Error returned when parsing an invalid LSN string.