Add BSWAP64 macro.

Robert Haas <rhaas@postgresql.org>

Commit: c171818b275b9dbd6a1f1cf1666e9e72237f75e6
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-10-08T17:01:36Z
Releases: 9.6.0
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

Files

PathChange+/−
config/c-compiler.m4 modified +18 −0
configure modified +24 −0
configure.in modified +1 −0
src/include/pg_config.h.in modified +3 −0
src/include/pg_config.h.win32 modified +3 −0
src/include/port/pg_bswap.h added +46 −0
src/include/port/pg_crc32c.h modified +2 −10