Re: Hash support for arrays - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Hash support for arrays
Date
Msg-id AANLkTinsxVOyRbkjYPZ04q9g0tCGyBh7mHFcs2=yPvUg@mail.gmail.com
Whole thread Raw
In response to Hash support for arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Hash support for arrays
List pgsql-hackers
On Sat, Oct 30, 2010 at 9:21 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Thoughts?  In particular, is anyone aware of a better method
> for combining the element hash values?
>

The obvious thing to do seems like it would be to feed the individual
values back into the regular hash function.

--
greg


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hash support for arrays
Next
From: Tom Lane
Date:
Subject: Re: Hash support for arrays