mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
Replace XLogRecPtr with Lsn in wal_service.rs . This removes the last use of XLogSegmentOffset and XLByteToSeg, so delete them. (replaced by Lsn::segment_offset and Lsn::segment_number.)
This module contains utility functions for interacting with PostgreSQL file formats.