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

From Tom Lane
Subject Re: [PATCH] Add tests for Bitmapset
Date
Msg-id 3027069.1758606227@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Add tests for Bitmapset  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [PATCH] Add tests for Bitmapset
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> The result I had was good enough, so applied.  The CI was OK, the
> buildfarm may have a different opinion.

This patch seems to be rather full of arbitrary casts to or
from Datum, which is no longer okay.  You need to be using
the appropriate conversion macros, such as PointerGetDatum.

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=mamba&dt=2025-09-23%2002%3A12%3A36

            regards, tom lane



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: let ALTER TABLE DROP COLUMN drop whole-row referenced object
Next
From: Chao Li
Date:
Subject: Re: SQL:2023 JSON simplified accessor support