On Sat, Oct 30, 2010 at 9:21 AM, Tom Lane <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
