On 18.07.25 02:09, Tom Lane wrote:
> The attached patch switches to 8-byte Datums everywhere, but
> doesn't make any effort to remove the now-dead code.
Is the plan to support only exactly Datums of size 8, or Datums of size
at least 8?
There are some optimistic conditionals like
#if SIZEOF_DATUM >= 8
I don't expect it to work right now with larger sizes, but maybe it
should? (uuid pass-by-value!?!)