• Tom Lane's avatar
    Fix unportable definition of BSWAP64() macro. · 41c16edc
    Tom Lane authored
    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.
    41c16edc
pg_bswap.h 2.71 KB