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 | cb8ef68b93312e3977f3e60676ded9a553c14064 (patch) | |
tree | 6806feac9db6de9112c77dbe625a3888d6e7e054 /src/backend/commands/tablespace.c | |
parent | 16500d2278ab3ddc03a3f6f44c7c2c00def2c1fc (diff) | |
download | postgresql-cb8ef68b93312e3977f3e60676ded9a553c14064.tar.gz postgresql-cb8ef68b93312e3977f3e60676ded9a553c14064.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