From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Chris <list(at)1006(dot)org> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 8.0 beta 1 on linux-mipsel R5900 |
Date: | 2004-08-24 02:57:22 |
Message-ID: | 27228.1093316242@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Chris <list(at)1006(dot)org> writes:
> I've compiled 8.0 beta 1 on a R5900 V3.1 (a playstation 2) running
> Linux (PS2 Linux 1) for portability testing.
> ...
> I'm wondering: would it be hard to fix the assembly spinlock code
> for the R5900?
According to the previous port report from Red Hat, the PS2 chip simply
doesn't have any user-space TAS instruction, so you're pretty much stuck.
If you can find something that works, let us know.
> If that's not worth the trouble, would it be a good idea to have
> configure disable spinlocks automagically on unsupported platforms?
It used to do that. We deliberately changed this in 8.0 so that people
would be aware that they were losing performance, and would be motivated
to look into possible solutions.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-08-24 03:02:01 | Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling as |
Previous Message | Marc G. Fournier | 2004-08-24 02:39:33 | auto-casting a bit more intelligent in 8.0 ... ? |