Re: [PATCHES] updated hash functions for postgresql v1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] updated hash functions for postgresql v1
Дата
Msg-id 23832.1234214526@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] updated hash functions for postgresql v1  (Kenneth Marshall <ktm@rice.edu>)
Ответы Re: [PATCHES] updated hash functions for postgresql v1
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: New pg_dump patch -- document statistics collector exception
Следующее
От: Greg Stark
Дата:
Сообщение: Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS