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

From amul sul
Subject Re: 64-bit hash function for hstore and citext data type
Date
Msg-id CAAJ_b9427=+Qr5i55CSfZ42R3_295zVBaBWtwBFGFovJB1PrmQ@mail.gmail.com
Whole thread Raw
In response to Re: 64-bit hash function for hstore and citext data type  (Hironobu SUZUKI <hironobu@interdb.jp>)
List pgsql-hackers
On Wed, Nov 21, 2018 at 10:34 AM Hironobu SUZUKI <hironobu@interdb.jp> wrote:
>
> 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.
>
Thanks to looking at the patch.

Regards,
Amul


pgsql-hackers by date:

Previous
From: Hironobu SUZUKI
Date:
Subject: Re: 64-bit hash function for hstore and citext data type
Next
From: Hironobu SUZUKI
Date:
Subject: Re: row filtering for logical replication