int64 configure test - Mailing list pgsql-hackers

From Bruce Momjian
Subject int64 configure test
Date
Msg-id 200410041615.i94GF5S17171@candle.pha.pa.us
Whole thread Raw
Responses Re: int64 configure test
List pgsql-hackers
I have found a problem with int64 detection on MinGW.  MinGW defines
int64_t but not int64, but configure only looks for int64:
AC_CACHE_CHECK([whether $1 is 64 bits], [Ac_cachevar],[AC_TRY_RUN([typedef $1 int64;

What is the proper test?  int64 or int64_t?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: open item: tablespace handing in pg_dump/pg_restore
Next
From: Bruce Momjian
Date:
Subject: Re: int64 configure test