Re: OSF build broken

From: Joe Conway <mail(at)joeconway(dot)com>
To: Philip Yarra <philip(at)utiba(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: OSF build broken
Date: 2003-07-07 05:09:00
Message-ID: 3F09006C.3050404@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-07-07 05:14:13 regressions tests on freebsd/alpha: failure
Previous Message Philip Yarra 2003-07-07 05:04:20 Re: OSF build broken