Re: OSF build broken

Joe Conway <mail@joeconway.com>

From: Joe Conway <mail@joeconway.com>
To: Philip Yarra <philip@utiba.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2003-07-07T05:09:00Z
Lists: pgsql-hackers
Philip Yarra wrote:
> But then, it doesn't work on Linux (intel 32-bit) either... What's this 
> int64_t supposed to be? We're not just talking about a long long are we?
> 

I found it on my Red Hat 9 box in sys/types.h:
<snip>
#  if __GLIBC_HAVE_LONG_LONG
__extension__ typedef long long int int64_t;
#  endif
</snip>

Joe