You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-01 22:30:09 +02:00
Casting to int caused large values to be slightly inaccurate so cast to uint64_t instead. Also, use multiplication where possible since the compiler should precompute multiplied values.