Re: OSF build broken

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Philip Yarra <philip@utiba.com>
Cc: pgsql-hackers@postgresql.org
Date: 2003-07-07T04:53:35Z
Lists: pgsql-hackers
Philip Yarra <philip@utiba.com> writes:
> On Mon, 7 Jul 2003 02:19 pm, Tom Lane wrote:
>> Is type int64_t defined anywhere in your system headers?  If so, where?

> Er... no... this:

> int main() 
> {
> 	printf("sizeof is: %d\n", sizeof(int64_t));
> }

> fails with:

Without some #include's, I'd expect it to fail, because int64_t isn't
built into the C compiler.  The question is exactly which #include
are we missing.

			regards, tom lane