Re: Hash support for arrays

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hash support for arrays
Date: 2010-10-30 19:14:44
Message-ID: AANLkTinsxVOyRbkjYPZ04q9g0tCGyBh7mHFcs2=yPvUg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Oct 30, 2010 at 9:21 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-10-30 20:48:17 Re: Hash support for arrays
Previous Message Tom Lane 2010-10-30 17:01:44 Re: Hash support for arrays