Michael Paquier <[email protected]> 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
