Re: what kind of hash algorithm is used by hash_bytes()?

2023-01-02 Thread Julien Rouhaud
Hi,

On Tue, Jan 03, 2023 at 12:30:27AM +0800, jack...@gmail.com wrote:
> jack...@gmail.com
> --
> I can't understand the hash_bytes() func in 
> src/backend/access/hash/hashfunc.c, it's published by a paper or others?
> Can you give me some materials to study it in depth?

It's documented at the beginning of hashfn.c.




Re: what kind of hash algorithm is used by hash_bytes()?

2023-01-02 Thread Adrian Klaver

On 1/2/23 08:30, jack...@gmail.com wrote:

jack...@gmail.com
--
I can't understand the hash_bytes() func in src/backend/access/hash/hashfunc.c, 
it's published by a paper or others?
Can you give me some materials to study it in depth?



Check out the README in:

src/backend/access/hash/

--
Adrian Klaver
adrian.kla...@aklaver.com





what kind of hash algorithm is used by hash_bytes()?

2023-01-02 Thread jack...@gmail.com
jack...@gmail.com
--
I can't understand the hash_bytes() func in src/backend/access/hash/hashfunc.c, 
it's published by a paper or others?
Can you give me some materials to study it in depth?