forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b968e2
committed
Fix incorrect return type
fasthash32() calculates a 32-bit hashcode, but the returntype was uint64. Change to uint32.Noted by Jeff DavisDiscussion:https://postgr.es/m/b16c93e6c736a422d4de668343515375664eb05d.camel%40j-davis.com1 parentaa1e8c2 commit4b968e2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
| 364 | + | |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
|
0 commit comments
Comments
(0)