Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit248e337

Browse files
committed
Fix copy & pasto in510b8cb.
Reported-By: Peter Geoghegan
1 parentf142412 commit248e337

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-
staticinlineuint16
89-
pg_bswap64(uint16x)
88+
staticinlineuint64
89+
pg_bswap64(uint64x)
9090
{
9191
return
9292
((x <<56)&UINT64CONST(0xff00000000000000)) |

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp