Thread: Using pg_bitutils.h in tidbitmap.c.

Using pg_bitutils.h in tidbitmap.c.

From
Thomas Munro
Date:
tidbitmap.c's operations loop over all the bits, but could leap over
zeros with bitmap instructions like bitmapset.c.  Hard to imagine that
matters, but I think it also comes out easier to read?

Attachment