Re: move some bitmapset.c macros to bitmapset.h

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: John Naylor <john.naylor@enterprisedb.com>
Cc: David Rowley <dgrowleyml@gmail.com>, Alvaro Herrera <alvherre@alvh.no-ip.org>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-12-06T06:29:39Z
Lists: pgsql-hackers
John Naylor <john.naylor@enterprisedb.com> writes:
> Here's a quick go at that. I've not attempted to use it for what I need,
> but it looks like it fits the bill.

Passes a quick eyeball check, but of course we should have a
concrete external use for the new pg_bitutils functions.

			regards, tom lane



Commits

  1. Move some bitmap logic out of bitmapset.c