> There were only a few to fix, so I fixed them. > > > Peter Eisentraut <[EMAIL PROTECTED]> 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
- Re: AW: [HACKERS] int4 or int32 Zeugswetter Andreas SB
- Re: AW: [HACKERS] int4 or int32 Bruce Momjian