Re: 64-bit hash function for hstore and citext data type - Mailing list pgsql-hackers

From Hironobu SUZUKI
Subject Re: 64-bit hash function for hstore and citext data type
Date
Msg-id 3e40dc0c-4393-c242-eb05-1f5105495f67@interdb.jp
Whole thread Raw
In response to 64-bit hash function for hstore and citext data type  (amul sul <sulamul@gmail.com>)
Responses Re: 64-bit hash function for hstore and citext data type  (amul sul <sulamul@gmail.com>)
List 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,



pgsql-hackers by date:

Previous
From: Paul Guo
Date:
Subject: A WalSnd issue related to state WALSNDSTATE_STOPPING
Next
From: amul sul
Date:
Subject: Re: 64-bit hash function for hstore and citext data type