pgsql: Add a 64-bit hash function for type hstore.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a 64-bit hash function for type hstore.
Дата
Msg-id E1gQGKf-0007GS-SS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add a 64-bit hash function for type citext.
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.