On 2017-04-03 16:31:27 -0400, Peter Eisentraut wrote:
> > Is it guaranteed that the caller expects an int64? I saw that
> > nextvalueexpr's have a typeid field.
>
> It expects one of the integer types. We could cast the result of
> Int64GetDatum() to the appropriate type, but that wouldn't actually do
> anything.
Uh. What about 32bit systems (and 64bit systems without
float8passbyval)?
Greetings,
Andres Freund