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

Commit8c64c95

Browse files
authored
Remove erroneous cast to size_t in BID_HASH_FUNC
It were mistakenly remain after change of BID_HASH_FUNC meaning
1 parent68e0644 commit8c64c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎engine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ typedef PtrackMapHdr * PtrackMap;
8686
/* Block address 'bid' to hash. To get slot position in map should be divided
8787
* with '% PtrackContentNblocks' */
8888
#defineBID_HASH_FUNC(bid) \
89-
(size_t)(DatumGetUInt64(hash_any_extended((unsigned char *)&bid, sizeof(bid), 0)))
89+
(DatumGetUInt64(hash_any_extended((unsigned char *)&bid, sizeof(bid), 0)))
9090

9191
/*
9292
* Per process pointer to shared ptrack_map

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp