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

From David Rowley
Subject Re: Comment simplehash/dynahash trade-offs
Date
Msg-id CAApHDvp_sW2S6oz0ruPMD6CqzcVdZowp4kg7n+qdg=qMCaaiNg@mail.gmail.com
Whole thread Raw
In response to Re: Comment simplehash/dynahash trade-offs  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Comment simplehash/dynahash trade-offs  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
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.

David



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Comment simplehash/dynahash trade-offs
Next
From: Thomas Munro
Date:
Subject: Re: LDAP check flapping on crake due to race