]> granicus.if.org Git - postgresql/commit
Add a 64-bit hash function for type hstore.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Nov 2018 18:37:34 +0000 (13:37 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Nov 2018 18:37:34 +0000 (13:37 -0500)
commiteb6f29141bed9dc95cb473614c30f470ef980705
tree31cf951c1676928611e493c9769db8b1fc2a71d4
parent48c41fa97480756b70ad095fe8d59199df9b12c7
Add a 64-bit hash function for type hstore.

There's some question about the correctness of the hash function, but
if it's wrong, the 32-bit version is also wrong.

Amul Sul, reviewed by Hironobu Suzuki

Discussion: https://postgr.es/m/CAAJ_b947JjnNr9Cp45iNjSqKf6PA5mCTmKsRwPjows93YwQrmw@mail.gmail.com
contrib/hstore/Makefile
contrib/hstore/expected/hstore.out
contrib/hstore/hstore--1.5--1.6.sql [new file with mode: 0644]
contrib/hstore/hstore.control
contrib/hstore/hstore_op.c
contrib/hstore/sql/hstore.sql