diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-24 15:21:39 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-24 15:21:39 -0500 |
commit | 41c16edcf6c90d1f42810ea523b7e65c99edad50 (patch) | |
tree | d13c1bd3cf1a8d853a19417bf0a3cfb8dbf8488c /src/backend/commands/tablespace.c | |
parent | 5dbdb2f799232cb1b6df7d7a85d59ade3234d30c (diff) | |
download | postgresql-41c16edcf6c90d1f42810ea523b7e65c99edad50.tar.gz postgresql-41c16edcf6c90d1f42810ea523b7e65c99edad50.zip |
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/backend/commands/tablespace.c')
0 files changed, 0 insertions, 0 deletions