remove open-coded popcount in acl.c

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема remove open-coded popcount in acl.c
Дата
Msg-id Z9GtL7Nm6hsYyJnF@nathan
обсуждение исходный текст
Ответы Re: remove open-coded popcount in acl.c
Список pgsql-hackers
There's a count_one_bits() function in acl.c that can be replaced with a
call to pg_popcount64().  This isn't performance-critical code, but IMHO we
might as well use the centralized implementation.

-- 
nathan

Вложения

В списке pgsql-hackers по дате отправления: