Re: port v7.0 to SGI-IRIX-6.5.7/64 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: port v7.0 to SGI-IRIX-6.5.7/64
Date
Msg-id 29065.959054382@sss.pgh.pa.us
Whole thread Raw
In response to Re: port v7.0 to SGI-IRIX-6.5.7/64  (Murad Nayal <murad@godel.bioc.columbia.edu>)
List pgsql-bugs
Murad Nayal <murad@godel.bioc.columbia.edu> writes:
> I was a little bit inaccurate in my
> statement earlier though. size_t is unsigned int when compiling in 32bit
> mode. however it seems to be unsigned long (8 bytes) when compiling in
> 64bit mode, while int is still 4 bytes.

OK, in that case I'd believe it's a critical issue.

I think the conflicting-declarations trick I mentioned earlier will let
us build a more reliable configure test for this, but as I said I don't
want to risk shoving it into 7.0.* --- this is the sort of thing that
you can't trust until it's been through some beta testing on a variety
of platforms.  We'll put it in 7.1 and see what happens.  In the
meantime you'll have to patch config.h by hand...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Murad Nayal
Date:
Subject: Re: port v7.0 to SGI-IRIX-6.5.7/64
Next
From: Tom Lane
Date:
Subject: Re: port v7.0 to SGI-IRIX-6.5.7/64