Re: Pre-alloc ListCell's optimization - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Pre-alloc ListCell's optimization
Date
Msg-id 1306295146-sup-1463@alvh.no-ip.org
Whole thread Raw
In response to Pre-alloc ListCell's optimization  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Pre-alloc ListCell's optimization  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
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.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Should partial dumps include extensions?
Next
From: Bruce Momjian
Date:
Subject: Re: tackling full page writes