Re: [HACKERS] Hash Functions

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] Hash Functions
Дата
Msg-id CA+TgmoZJ4c=V-0O6HZ_iExRv29ZSWFmrHEJuT+Y5OOa3MKRS+g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Hash Functions  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Sat, May 13, 2017 at 11:47 PM, Andres Freund <andres@anarazel.de> wrote:
> It'll be differently sized on different platforms.  So everyone will have to write hash functions that look at each
memberindividually, rather than hashing the entire struct at once.  And for each member you'll have to use a type
specifichash function... 

Well, that's possibly kind of annoying, but it still sounds like
pretty mechanical work.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Hash Functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Latest Data::Dumper breaks hstore_plperl regression test