Hi, On 2026-03-11 12:45:55 -0400, Tom Lane wrote: > So no, I don't wanna support this. But maybe we should move the > code-level tests out of the datetime files and into utils/float.h > or some such place.
I think it's probably better to have it in a .c file (maybe float.c), I could kinda imagine some extension intentionally enabling -ffast-math, because it does something numerically intensive where the incorrectness doesn't matter. Greetings, Andres Freund
