Re: port v7.0 to SGI-IRIX-6.5.7/64
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Murad Nayal <murad@godel.bioc.columbia.edu>
Cc: pgsql-ports@postgresql.org, bugs@postgresql.org
Date: 2000-05-23T03:59:42Z
Lists: pgsql-bugs, pgsql-hackers
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