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

From Tom Lane
Subject Re: [PATCHES] updated hash functions for postgresql v1
Date
Msg-id 23832.1234214526@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] updated hash functions for postgresql v1  (Kenneth Marshall <ktm@rice.edu>)
Responses Re: [PATCHES] updated hash functions for postgresql v1  (Asko Oja <ascoja@gmail.com>)
List pgsql-hackers
Kenneth Marshall <ktm@rice.edu> writes:
> I have updated the patch posted by Jeff Davis on January 9th
> to include the micro-patch above as well as updated the polymorphism
> regressions tests. This applies cleanly to the latest CVS pull.

Applied --- thanks for being persistent about resolving the doubts on this.

One thing that apparently neither of you realized was that the
polymorphism results were varying between bigendian and littleendian
machines; I suppose you are using different hardware and that's why you
didn't agree on what the results should be.

Since we already agreed we were going to tolerate endianness dependence
in the hash functions, I fixed that by adding some ORDER BYs.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: New pg_dump patch -- document statistics collector exception
Next
From: Greg Stark
Date:
Subject: Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS