Re: AW: [HACKERS] int4 or int32

2001-01-23 Thread Bruce Momjian
[ Charset ISO-8859-1 unsupported, converting... ] > > > 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; i

AW: [HACKERS] int4 or int32

2001-01-23 Thread Zeugswetter Andreas SB
> 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