Re: Irix 6.2, Postgres 7.3.1, some brokenness

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Irix 6.2, Postgres 7.3.1, some brokenness
Дата
Msg-id 5535.1044251172@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Irix 6.2, Postgres 7.3.1, some brokenness  (alex avriette <alex@posixnap.net>)
Список pgsql-hackers
alex avriette <alex@posixnap.net> writes:
> I've got a 6-way SGI Challenge L with R4400/200 cpu's in it, and a gig 
> of interleaved ram. I am running postgres 7.3.1, which I compiled 
> 64-bit with MIPSPro.

> I'm finding that the Sparc 20 is about twice as fast as the Challenge. 

I'm betting that Postgres doesn't think there's any TAS support on the
MIPS machine.  This may actually be true depending on what model of
MIPS it is --- IIRC, there were no userland synchronization instructions
in MIPS-1.  If it's MIPS-2 architecture, then the problem is we don't
know what to test for.

> Additionally, postgres does *not* trap divide-by-zero errors, as 
> Solaris and Linux do. 'select 1/0' causes the backend to crash.

What's the signal you're getting?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PGP signing releases
Следующее
От: alex avriette
Дата:
Сообщение: Re: Irix 6.2, Postgres 7.3.1, some brokenness