Re: port v7.0 to SGI-IRIX-6.5.7/64

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: port v7.0 to SGI-IRIX-6.5.7/64
Дата
Msg-id 29065.959054382@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: port v7.0 to SGI-IRIX-6.5.7/64  (Murad Nayal <murad@godel.bioc.columbia.edu>)
Список 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 по дате отправления:

Предыдущее
От: Murad Nayal
Дата:
Сообщение: Re: port v7.0 to SGI-IRIX-6.5.7/64
Следующее
От: Tom Lane
Дата:
Сообщение: Re: port v7.0 to SGI-IRIX-6.5.7/64