Re: 64-bit hash function for hstore and citext data type

From: Hironobu SUZUKI <hironobu(at)interdb(dot)jp>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: amul sul <sulamul(at)gmail(dot)com>
Subject: Re: 64-bit hash function for hstore and citext data type
Date: 2018-11-21 05:03:52
Message-ID: 3e40dc0c-4393-c242-eb05-1f5105495f67@interdb.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2018/09/26 11:20, amul sul wrote:
> Hi all,
>
> Commit[1] has added 64-bit hash functions for core data types and in the same
> discussion thread[2] Robert Haas suggested to have the similar extended hash
> function for hstore and citext data type. Attaching patch proposes the same.
>
> Regards,
> Amul
>
> 1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=81c5e46c490e2426db243eada186995da5bb0ba7
> 2] http://postgr.es/m/CA+Tgmoafx2yoJuhCQQOL5CocEi-w_uG4S2xT0EtgiJnPGcHW3g@mail.gmail.com
>

I reviewed citext-add-extended-hash-function-v1.patch and
hstore-add-extended-hash-function-v1.patch.

I could patch and test them without trouble and could not find any issues.

I think both patches are well.

Best regards,

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message amul sul 2018-11-21 05:09:31 Re: 64-bit hash function for hstore and citext data type
Previous Message Paul Guo 2018-11-21 04:54:30 A WalSnd issue related to state WALSNDSTATE_STOPPING