AW: int4 or int32

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: AW: int4 or int32
Date: 2001-01-23 09:15:14
Message-ID: 11C1E6749A55D411A9670001FA6879633681D4@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sinuh Arroyo Gmez 2001-01-23 09:19:08 Re: select within a fucntion
Previous Message Robert B. Easter 2001-01-23 09:09:49 Re: question