mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 00:12:54 +00:00
Add fixes suggested in code review. In a previous commit, I changed the NodeId field order and types to try to preserve the exact serialization that was happening. Unfortunately, that serialization was incorrect and the original struct was mostly correct. Change uuid to be a [u8; 16] as it was intended to be a byte array; that will clearly indicate to serde serializers that no endian swaps will ever be needed.