Re: Second call for platform testing - Mailing list pgsql-hackers

From Cyril VELTER
Subject Re: Second call for platform testing
Date
Msg-id 00b401c17ca6$e99d4ca0$6901a8c0@dev1
Whole thread Raw
In response to Re: Second call for platform testing  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
List 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.
   The detection now works on BEOS
   thanks
           cyril



pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: Second call for platform testing
Next
From: mlw
Date:
Subject: Re: FW: [CYGWIN] 7.2b3 postmaster doesn't start on Win98