summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorTom Lane2017-02-24 20:21:39 +0000
committerTom Lane2017-02-24 20:21:39 +0000
commit41c16edcf6c90d1f42810ea523b7e65c99edad50 (patch)
treed13c1bd3cf1a8d853a19417bf0a3cfb8dbf8488c /src/common
parent5dbdb2f799232cb1b6df7d7a85d59ade3234d30c (diff)
Fix unportable definition of BSWAP64() macro.
We have a portable way of writing uint64 constants, but whoever wrote this macro didn't know about it. While at it, fix unsafe under-parenthesization of arguments. That might be moot, because there are already good reasons not to use the macro on anything more complicated than a simple variable, but it's still poor practice. Per buildfarm warnings.
Diffstat (limited to 'src/common')
0 files changed, 0 insertions, 0 deletions