Re: need clarification about hash_bytes() non-determinitstic behaviour between Little Endian and Big Endian - Mailing list pgsql-hackers

From Tom Lane
Subject Re: need clarification about hash_bytes() non-determinitstic behaviour between Little Endian and Big Endian
Date
Msg-id 1404365.1781109841@sss.pgh.pa.us
Whole thread
In response to need clarification about hash_bytes() non-determinitstic behaviour between Little Endian and Big Endian  (Ilyasov Ian <ianilyasov@outlook.com>)
List pgsql-hackers
Ilyasov Ian <ianilyasov@outlook.com> writes:
> So my question is it necessary for hash_bytes() to return the same result on any endianness

No, I don't believe we expect hash functions to produce
machine-independent results.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Commit Sequence Numbers and Visibility
Next
From: Tom Lane
Date:
Subject: Re: Fix missing semicolon in pl_gram.y for option_value rule