Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 v0.23.2 Feb 12, 2024 Changes in this version + type LSN uint64 + func ParseLSN(str string) (LSN, error) + func (lsn LSN) Add(val LSN) LSN + func (lsn LSN) Compare(other LSN) int + func (lsn LSN) Decimal() (*apd.Decimal, error) + func (lsn LSN) String() string + func (lsn LSN) Sub(val LSN) LSN