fasthash32() returning uint64? - Mailing list pgsql-hackers

From Jeff Davis
Subject fasthash32() returning uint64?
Date
Msg-id b16c93e6c736a422d4de668343515375664eb05d.camel@j-davis.com
Whole thread Raw
Responses Re: fasthash32() returning uint64?
List pgsql-hackers
In hashfn_unstable.h, fasthash32() is declared as:

  /* like fasthash64, but returns a 32-bit hashcode */
  static inline uint64
  fasthash32(const char *k, size_t len, uint64 seed)

Is the return type of uint64 a typo?

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Improve eviction algorithm in ReorderBuffer
Next
From: Jacob Champion
Date:
Subject: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?