mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-24 15:08:37 +00:00
9909551f47
## Problem The Postgres version in `TimelinePersistentState::empty()` is incorrect: the major version should be multiplied by 10000. ## Summary of changes Multiply the version by 10000.