Re: Pre-alloc ListCell's optimization

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Pre-alloc ListCell's optimization
Дата
Msg-id 20110525104225.GK4548@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Pre-alloc ListCell's optimization  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
* Alvaro Herrera (alvherre@commandprompt.com) wrote:
> Excerpts from Stephen Frost's message of mar may 24 22:56:21 -0400 2011:
>
> >   A couple of notes regarding the patch:
> >
> >   First, it uses ffs(), which might not be fully portable..  We could
> >   certainly implement the same thing in userspace and use ffs() when
> >   it's available.
>
> Err, see RIGHTMOST_ONE in bitmapset.c.

hah, and I even looked for something first, apparently not very well.
Thanks, simple change at least.  :)
Stephen

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: use less space in xl_xact_commit patch
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: Proposal: Another attempt at vacuum improvements