diff options
author | Tom Lane | 2017-02-24 20:21:39 +0000 |
---|---|---|
committer | Tom Lane | 2017-02-24 20:21:39 +0000 |
commit | 41c16edcf6c90d1f42810ea523b7e65c99edad50 (patch) | |
tree | d13c1bd3cf1a8d853a19417bf0a3cfb8dbf8488c /src/tutorial | |
parent | 5dbdb2f799232cb1b6df7d7a85d59ade3234d30c (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/tutorial')
0 files changed, 0 insertions, 0 deletions