mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
12b7c793b3
Previous invariant: `crc` contains an "unfinalized" CRC32 value, its one complement, like in postgres before FIN_CRC32C. New invariant: `crc` always contains a "finalized" CRC32 value, this is the semantics of crc32c_append, so we don't need to invert CRC manually.