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

Commitdd0a0cf

Browse files
committed
Fixed misspelled byteswap function for big endian machines
Per members lora and mamba
1 parent0aba255 commitdd0a0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/common/hashfn_unstable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ fasthash_accum_cstring_aligned(fasthash_state *hs, const char *str)
225225
* without either swapping or a bytewise check.
226226
*/
227227
#ifdefWORDS_BIGENDIAN
228-
zero_bytes_le=haszero64(pg_bswap(chunk));
228+
zero_bytes_le=haszero64(pg_bswap64(chunk));
229229
#else
230230
zero_bytes_le=haszero64(chunk);
231231
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp