[ 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
> 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