pgsql: Add assert checking to pg_leftmost_one_pos32() and friends

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add assert checking to pg_leftmost_one_pos32() and friends
Date: 2023-02-20 07:33:55
Message-ID: E1pU0gM-0023El-EL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add assert checking to pg_leftmost_one_pos32() and friends

Discussion: https://www.postgresql.org/message-id/CAFBsxsEPc%2BFnX_0vmmQ5DHv60sk4rL_RZJ%2BMD6ei%3D76L0kFMvA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/204b0cbecb82ab3fde2e12998a89e7227cd64094

Modified Files
--------------
src/include/port/pg_bitutils.h | 86 +++++++++++++++++++++++++++++-------------
1 file changed, 60 insertions(+), 26 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2023-02-20 08:00:51 pgsql: Add MSVC support for pg_leftmost_one_pos32() and friends
Previous Message David Rowley 2023-02-20 03:18:58 pgsql: Speedup and increase usability of set proc title functions