Re: Second call for platform testing

From: "Cyril VELTER" <cyril(dot)velter(at)libertysurf(dot)fr>
To: "PostgreSQL Hackers Mailing List" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Second call for platform testing
Date: 2001-11-29 18:40:45
Message-ID: 01a501c17905$5e6a32a0$6901a8c0@dev1
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 ?

>Is SupportDefs.h actually (probably implicitly) included by the
>PostgreSQL
>source ? Because if it is not, PostgreSQL is quite happy not finding
>them in
>configure.

>Not finding them is only a problem if you get redefines during
>compilation
>(and if your compiler then treats that as fatal).

SupportDefs.h is conditionaly included in c.h so everything is Ok when I
compile the backend, but when configure try to figure out the size of int8
... they are not defined.

May be SupportDefs.h should be included from another file ?

cyril

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-11-29 19:03:41 Re: Second call for platform testing
Previous Message Tom Lane 2001-11-29 18:30:35 Re: Vacuum