We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e0644 commit 8c64c95Copy full SHA for 8c64c95
engine.h
@@ -86,7 +86,7 @@ typedef PtrackMapHdr * PtrackMap;
86
/* Block address 'bid' to hash. To get slot position in map should be divided
87
* with '% PtrackContentNblocks' */
88
#define BID_HASH_FUNC(bid) \
89
- (size_t)(DatumGetUInt64(hash_any_extended((unsigned char *)&bid, sizeof(bid), 0)))
+ (DatumGetUInt64(hash_any_extended((unsigned char *)&bid, sizeof(bid), 0)))
90
91
/*
92
* Per process pointer to shared ptrack_map
0 commit comments