Re: allow frontend use of the backend's core hashing functions - Mailing list pgsql-hackers

From David Fetter
Subject Re: allow frontend use of the backend's core hashing functions
Date
Msg-id 20200214161523.GV24870@fetter.org
Whole thread Raw
In response to Re: allow frontend use of the backend's core hashing functions  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: allow frontend use of the backend's core hashing functions
Re: allow frontend use of the backend's core hashing functions
List pgsql-hackers
On Fri, Feb 14, 2020 at 10:33:04AM -0500, Robert Haas wrote:
> On Thu, Feb 13, 2020 at 11:26 AM Mark Dilger
> <mark.dilger@enterprisedb.com> wrote:
> > I have made these changes and rebased Robert’s patches but
> > otherwise changed nothing.  Here they are:
> 
> Thanks. Anyone else have comments? I think this is pretty
> straightforward and unobjectionable work so I'm inclined to press
> forward with committing it fairly soon, but if someone feels
> otherwise, please speak up.

One question. It might be possible to make these functions faster
using compiler intrinsics. Would those still be available to front-end
code?

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Internal key management system
Next
From: Mark Dilger
Date:
Subject: Re: allow frontend use of the backend's core hashing functions