pub fn format_lsn(lsn: u64) -> StringAvailable on crate features
source-postgres-cdc and source-rest only.Expand description
Format a u64 LSN into Postgres’ XXXXXXXX/XXXXXXXX text form, dropping
leading zeros from each half (matches pg_lsn::out).