Re: Comment simplehash/dynahash trade-offs - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Comment simplehash/dynahash trade-offs
Date
Msg-id CA+hUKGLE04qf0P66vJsrr=fbCUM+g38CQgPp-Q66xh=LJvG1rQ@mail.gmail.com
Whole thread Raw
In response to Re: Comment simplehash/dynahash trade-offs  (David Rowley <dgrowleyml@gmail.com>)
List 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 by date:

Previous
From: Merlin Moncure
Date:
Subject: dblnk_is_busy returns 1 for dead connecitons
Next
From: Noah Misch
Date:
Subject: Re: LDAP check flapping on crake due to race