Re: Comment simplehash/dynahash trade-offs

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Comment simplehash/dynahash trade-offs
Дата
Msg-id CA+hUKGLE04qf0P66vJsrr=fbCUM+g38CQgPp-Q66xh=LJvG1rQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Comment simplehash/dynahash trade-offs  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
On Mon, Aug 3, 2020 at 11:42 AM David Rowley <dgrowleyml@gmail.com> wrote:
> On Mon, 3 Aug 2020 at 11:36, David Rowley <dgrowleyml@gmail.com> wrote:
> > So, with the current users, we'd stand to lose more than we'd gain
> > from doing it that way.
>
> FWIW, I'd be ok with just:
>
> - *       The element type is required to contain a "uint32 status" member.
> + *       The element type is required to contain an integer-based
> "status" member
> + *       which can store the range of values defined in the SH_STATUS enum.

Thanks for the correction.  Pushed.



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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: dblnk_is_busy returns 1 for dead connecitons
Следующее
От: Noah Misch
Дата:
Сообщение: Re: LDAP check flapping on crake due to race