bitscan forward/reverse on Windows

Поиск
Список
Период
Сортировка
От John Naylor
Тема bitscan forward/reverse on Windows
Дата
Msg-id CAFBsxsEPc+FnX_0vmmQ5DHv60sk4rL_RZJ+MD6ei=76L0kFMvA@mail.gmail.com
обсуждение исходный текст
Ответы Re: bitscan forward/reverse on Windows  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-hackers
Attached is a quick-and-dirty attempt to add MSVC support for the rightmost/leftmost-one-pos functions.

0001 adds asserts to the existing coding.
0002 adds MSVC support. Tests pass on CI, but it's of course possible that there is some bug that prevents hitting the fastpath. I've mostly used the platform specific types, so some further cleanup might be needed.
0003 tries one way to reduce the duplication that arose in 0002. Maybe there is a better way.

--
Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: GUCs to control abbreviated sort keys