Re: [PATCH] Add tests for Bitmapset - Mailing list pgsql-hackers

From David Rowley
Subject Re: [PATCH] Add tests for Bitmapset
Date
Msg-id CAApHDvpasn7pVYttJ3FZiYLKZaoETBN+VagO5ZMuhFC=8ZM6rg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add tests for Bitmapset  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: [PATCH] Add tests for Bitmapset
List pgsql-hackers
On Fri, 3 Oct 2025 at 01:33, Daniel Gustafsson <daniel@yesql.se> wrote:
> Another nitpick would be to remove the test for NULL in test_bms_make_singleton
> since that is a STRICT function, making the test for NULL superfluous code:

I didn't notice that was marked as strict. It would be good to get rid
of those lines in that case.

Thanks

David



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql: Count all table footer lines in pager setup
Next
From: Tom Lane
Date:
Subject: Re: Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs