AW: int4 or int32 - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: int4 or int32
Date
Msg-id 11C1E6749A55D411A9670001FA6879633681D4@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: AW: int4 or int32  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> There were only a few to fix, so I fixed them.
> 
> > Peter Eisentraut <peter_e@gmx.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


pgsql-hackers by date:

Previous
From: Peter T Mount
Date:
Subject: Re: FW: Postgresql on win32
Next
From: "Robert B. Easter"
Date:
Subject: Re: question