Add BSWAP64 macro.
authorRobert Haas <rhaas@postgresql.org>
Thu, 8 Oct 2015 17:01:36 +0000 (13:01 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 8 Oct 2015 17:01:36 +0000 (13:01 -0400)
commitc171818b275b9dbd6a1f1cf1666e9e72237f75e6
tree6c0edd56a407532f84bc53fddd15d87cb37f665d
parent1e353198612586befd44fe5e87304d08ebfac552
Add BSWAP64 macro.

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
config/c-compiler.m4
configure
configure.in
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/include/port/pg_bswap.h [new file with mode: 0644]
src/include/port/pg_crc32c.h