Fix incorrect return type

John Naylor <john.naylor@postgresql.org>

Commit: 4b968e2027ba46b31be0a648486f86a2cadc707d
Author: John Naylor <john.naylor@postgresql.org>
Date: 2024-04-06T05:20:40Z
Releases: 17.0
Fix incorrect return type

fasthash32() calculates a 32-bit hashcode, but the return
type was uint64. Change to uint32.

Noted by Jeff Davis

Discussion: https://postgr.es/m/b16c93e6c736a422d4de668343515375664eb05d.camel%40j-davis.com

Files

PathChange+/−
src/include/common/hashfn_unstable.h modified +1 −1

Discussion