Re: Second call for platform testing

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Cyril VELTER" <cyril(dot)velter(at)libertysurf(dot)fr>, "PostgreSQL Hackers Mailing List" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Second call for platform testing
Date: 2001-12-03 10:05:42
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA41EB447@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> > > What modification should be made to configure.in to make it
include
> > > SupportDefs.h when testing for int8 uint8 int64 and uint64 size ?

>
> OK, I bit the bullet and made up a whole new macro for type testing.
> Those who can't get at a new snapshot can try the attached patch.
>
> I have included <stdio.h> because that appears to effect the
definition of
> the types in question on AIX; apparently it pulls in <inttypes.h>
somehow.

Correct. stdio.h pulls sys/types.h which then pulls sys/inttypes.h ==
inttypes.h.

> Please check this on AIX and BeOS.

Works like a charm on AIX :-) (Tested snapshot of 3 Dec 4:01)
I think it is also a gain, since it does not confuse people looking at
configure output.

Thank you Peter
Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Horák Daniel 2001-12-03 12:32:25 Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98
Previous Message Henshall, Stuart - WCP 2001-12-03 10:05:06 FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98