mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 11:35:13 -04:00
c171818b27
This is like BSWAP32, but for 64-bit values. Since we've got two of them now and they have use cases (like sortsupport) beyond CRCs, move the definitions to their own header file. Peter Geoghegan