Extend size_t support in pg_bitutils.h.

Thomas Munro <tmunro@postgresql.org>

Commit: 3225399021b62cda66012b17ee60c7bec4733fce
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2022-07-21T21:40:39Z
Releases: 16.0
Extend size_t support in pg_bitutils.h.

Use a more compact notation that allows us to add more size_t variants
as required.  This will be used by a later commit.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKG%2B7dSX1XF8yFGmYk-%3D48dbjH2kmzZj16XvhbrWP-9BzRg%40mail.gmail.com

Files

PathChange+/−
src/include/port/pg_bitutils.h modified +12 −20

Discussion