Adopt Bob Jenkins' improved hash function for hash_any(). This changes the
Tom Lane <tgl@sss.pgh.pa.us>
Adopt Bob Jenkins' improved hash function for hash_any(). This changes the contents of hash indexes (again), so bump catversion. Kenneth Marshall
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/hash/hashfunc.c | modified | +84 −32 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/test/regress/expected/polymorphism.out | modified | +46 −46 |
| src/test/regress/expected/union.out | modified | +8 −8 |
| src/test/regress/sql/polymorphism.sql | modified | +23 −23 |