Re: [PATCHES] updated hash functions for postgresql v1 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCHES] updated hash functions for postgresql v1
Date
Msg-id 1256825456.22925.30.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Re: [PATCHES] updated hash functions for postgresql v1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, 2009-10-29 at 09:32 -0400, Tom Lane wrote:
> Hannu Krosing <hannu@2ndQuadrant.com> writes:
> > Or maybe we could just extract the hashes form some version of stock
> > postgresql (say 8.3) and then make those available in contrib under the
> > name "stable_hashes" ?
> 
> A better name would be "wishful_thinking" ... contrib does not have
> control over some of the main risk factors, such as changes to the
> internal representation of datatypes.

Good point.  But the internal layout of data types popular for use as
hash key changes rarely.  The hash function change, however, is a
showstopper for everyone concerned.



pgsql-hackers by date:

Previous
From: Grzegorz Jaskiewicz
Date:
Subject: Re: Syntax for partitioning
Next
From: Tom Lane
Date:
Subject: Re: WIP: push AFTER-trigger execution into ModifyTable node