Commit 248e3375 authored by Andres Freund's avatar Andres Freund

Fix copy & pasto in 510b8cbf.

Reported-By: Peter Geoghegan
parent f1424123
......@@ -85,8 +85,8 @@ pg_bswap32(uint32 x)
#else
static inline uint16
pg_bswap64(uint16 x)
static inline uint64
pg_bswap64(uint64 x)
{
return
((x << 56) & UINT64CONST(0xff00000000000000)) |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment