> There were only a few to fix, so I fixed them.
>
> > Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > > Which one of these should we use?
> > > int4 is a data type, int32 isn't. c.h has DatumGetInt8, but no
> > > DatumGetInt64; it also has DatumGetInt32 but no
> DatumGetInt4. fmgr has
Wait a sec !
The patch to timestamp.h and date.h replaces int4 with int instead of int32.
At least the timestamp.h struct is on disk stuff, thus the patch is not so good :-)
Andreas