mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
This isn't just cosmetic, this also fixes one bug: the code in parse_point_in_time() function used str::parse::<u64>() to parse the parts of the LSN string (e.g. 0/1A2B3C4D). That's wrong, because the LSN consists of hex digits, not base-10.