Re: allow frontend use of the backend's core hashing functions

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: allow frontend use of the backend's core hashing functions
Дата
Msg-id CA+TgmoZapTbnwM9BsBZefKPFR0mnRxf88bLvJoYwyJ3Ge7QCnw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: allow frontend use of the backend's core hashing functions  (David Fetter <david@fetter.org>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager
Следующее
От: David Fetter
Дата:
Сообщение: Re: allow frontend use of the backend's core hashing functions