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

From Robert Haas
Subject Re: allow frontend use of the backend's core hashing functions
Date
Msg-id CA+TgmoZapTbnwM9BsBZefKPFR0mnRxf88bLvJoYwyJ3Ge7QCnw@mail.gmail.com
Whole thread Raw
In response to Re: allow frontend use of the backend's core hashing functions  (David Fetter <david@fetter.org>)
List pgsql-hackers
On Fri, Feb 14, 2020 at 11:15 AM David Fetter <david@fetter.org> wrote:
> One question. It might be possible to make these functions faster
> using compiler intrinsics. Would those still be available to front-end
> code?

Why not? We use the same compiler for frontend code as we do for
backend code. Possibly you might need some more header-file
rejiggering someplace, but I don't know of anything specific or see
any reason why it would be particularly painful if we had to do
something.

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager
Next
From: David Fetter
Date:
Subject: Re: allow frontend use of the backend's core hashing functions