Re: [HACKERS] Hash Functions - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [HACKERS] Hash Functions
Date
Msg-id CA+TgmoZJ4c=V-0O6HZ_iExRv29ZSWFmrHEJuT+Y5OOa3MKRS+g@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Hash Functions  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Sat, May 13, 2017 at 11:47 PM, Andres Freund <andres@anarazel.de> wrote:
> It'll be differently sized on different platforms.  So everyone will have to write hash functions that look at each
memberindividually, rather than hashing the entire struct at once.  And for each member you'll have to use a type
specifichash function... 

Well, that's possibly kind of annoying, but it still sounds like
pretty mechanical work.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Hash Functions
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Latest Data::Dumper breaks hstore_plperl regression test