mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 00:02:34 -05:00
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