]> granicus.if.org Git - postgresql/commit
Add inline murmurhash32(uint32) function.
authorAndres Freund <andres@anarazel.de>
Fri, 22 Sep 2017 20:38:42 +0000 (13:38 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 22 Sep 2017 20:38:42 +0000 (13:38 -0700)
commit791961f59b792fbd4f0a992d3ccab47298e79103
tree8eb4469520123ab92a19e11379f05d3fc617f364
parent91ad8b416cee753eaa6f520ee2d21c2d41853381
Add inline murmurhash32(uint32) function.

The function already existed in tidbitmap.c but more users requiring
fast hashing of 32bit ints are coming up.

Author: Andres Freund
Discussion: https://postgr.es/m/20170914061207.zxotvyopetm7lrrp@alap3.anarazel.de
src/backend/nodes/tidbitmap.c
src/include/utils/hashutils.h