Re: Add bms_offset_members() function for bitshifting Bitmapsets

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Greg Burd <greg(at)burd(dot)me>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add bms_offset_members() function for bitshifting Bitmapsets
Date: 2026-08-24 15:06:48
Message-ID: CAApHDvokmqpUk8yoBrK+nAA7ONarXF3pXji-5zPNSCiVh75xSw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 24 Aug 2026 at 18:25, Greg Burd <greg(at)burd(dot)me> wrote:
> I applied, reviewed, and tested the v1 patch. I think it is good and necessary for the reasons you've outlined. I'd happily help or implement the additional test_random_operations() for v20/v19 when I get a second (currently traveling) if you're not going to do so.

Thanks for checking. I pushed the fixes for test_random_offset_operations().

I believe the attached is the equivalent for test_random_operations().

David

Attachment Content-Type Size
v1-0001-Align-random-test-function-parameters-in-test_bit.patch application/octet-stream 5.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sami Imseih 2026-08-24 15:12:55 Re: Function scan FDW pushdown
Previous Message Pierre Forstmann 2026-08-24 14:59:45 Re: Move system identifier generation to a common helper