Skip to content

Commit 248e337

Browse files
committed
Fix copy & pasto in 510b8cb.
Reported-By: Peter Geoghegan
1 parent f142412 commit 248e337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/port/pg_bswap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ pg_bswap32(uint32 x)
8585

8686
#else
8787

88-
static inline uint16
89-
pg_bswap64(uint16 x)
88+
static inline uint64
89+
pg_bswap64(uint64 x)
9090
{
9191
return
9292
((x << 56) & UINT64CONST(0xff00000000000000)) |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy