Remove newly added asserts from pg_bitutils.h
authorJohn Naylor
Wed, 22 Feb 2023 10:22:43 +0000 (17:22 +0700)
committerJohn Naylor
Wed, 22 Feb 2023 10:22:43 +0000 (17:22 +0700)
commit83a611a259d41e305364b8de58f6b33a63cbda66
tree13449b531e290e226d8f557f445bcf14bc3241fc
parente00bc6c92277bdfb9dc6b56df067b22f549e43b8
Remove newly added asserts from pg_bitutils.h

These were valuable during development, but are unlikely to tell us
anything going forward. This reverts 204b0cbec and adjusts the content
of 677319746 to more closely match the more-readable original style.

Per review from Tom Lane

Discussion: https://www.postgresql.org/message-id/3567481.1676906261%40sss.pgh.pa.us
src/include/port/pg_bitutils.h