projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f142412
)
Fix copy & pasto in 510b8cbff15f.
author
Andres Freund
<andres@anarazel.de>
Sat, 30 Sep 2017 00:41:20 +0000
(17:41 -0700)
committer
Andres Freund
<andres@anarazel.de>
Sat, 30 Sep 2017 00:41:20 +0000
(17:41 -0700)
Reported-By: Peter Geoghegan
src/include/port/pg_bswap.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/pg_bswap.h
b/src/include/port/pg_bswap.h
index f67ad4b133d926a470d7633a32df78bbf7963878..bba0ca5490d8df79fb64a061ce4766966224a282 100644
(file)
--- a/
src/include/port/pg_bswap.h
+++ b/
src/include/port/pg_bswap.h
@@
-85,8
+85,8
@@
pg_bswap32(uint32 x)
#else
-static inline uint
16
-pg_bswap64(uint
16
x)
+static inline uint
64
+pg_bswap64(uint
64
x)
{
return
((x << 56) & UINT64CONST(0xff00000000000000)) |