]> granicus.if.org Git - postgresql/commit
Adopt Bob Jenkins' improved hash function for hash_any(). This changes the
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Feb 2009 21:18:28 +0000 (21:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Feb 2009 21:18:28 +0000 (21:18 +0000)
commit8205258fa675115439017b626c4932d5fefe2ea8
tree591906585492cb85ba7bd16b1211005cb36d8271
parent834a6da4f72dc8e1bf95e5158033c54369df0cc5
Adopt Bob Jenkins' improved hash function for hash_any().  This changes the
contents of hash indexes (again), so bump catversion.

Kenneth Marshall
src/backend/access/hash/hashfunc.c
src/include/catalog/catversion.h
src/test/regress/expected/polymorphism.out
src/test/regress/expected/union.out
src/test/regress/sql/polymorphism.sql