fasthash32() returning uint64?

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема fasthash32() returning uint64?
Дата
Msg-id b16c93e6c736a422d4de668343515375664eb05d.camel@j-davis.com
обсуждение исходный текст
Ответы Re: fasthash32() returning uint64?  (John Naylor <johncnaylorls@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Improve eviction algorithm in ReorderBuffer
Следующее
От: Jacob Champion
Дата:
Сообщение: Re: Cutting support for OpenSSL 1.0.1 and 1.0.2 in 17~?