Skip to content
Snippets Groups Projects
Commit 248e3375 authored by Andres Freund's avatar Andres Freund
Browse files

Fix copy & pasto in 510b8cbf.

Reported-By: Peter Geoghegan
parent f1424123
Branches
Tags
No related merge requests found
...@@ -85,8 +85,8 @@ pg_bswap32(uint32 x) ...@@ -85,8 +85,8 @@ pg_bswap32(uint32 x)
#else #else
static inline uint16 static inline uint64
pg_bswap64(uint16 x) pg_bswap64(uint64 x)
{ {
return return
((x << 56) & UINT64CONST(0xff00000000000000)) | ((x << 56) & UINT64CONST(0xff00000000000000)) |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment