mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-12 09:19:39 +00:00
3e6fdb0aa6
We didn't consistently apply these, and it wasn't consistently solved. With this patch we should have a more consistent approach to this, and have less issues porting changes to newer versions. This also removes some potentially buggy casts to `long` from `uint64` - they could've truncated the value in systems where `long` only has 32 bits.