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_b947jjnnr9cp45injsqkf6pa5mctmksrwpjows93ywq...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/eb6f29141bed9dc95cb473614c30f470ef980705 Modified Files -------------- contrib/hstore/Makefile | 4 +++- contrib/hstore/expected/hstore.out | 12 ++++++++++++ contrib/hstore/hstore--1.5--1.6.sql | 12 ++++++++++++ contrib/hstore/hstore.control | 2 +- contrib/hstore/hstore_op.c | 30 +++++++++++++++++++++++++++--- contrib/hstore/sql/hstore.sql | 9 +++++++++ 6 files changed, 64 insertions(+), 5 deletions(-)
