postgres on Linux SH3

Started by Celestino I. Olalo Jr.over 23 years ago4 messages

Is there any development in progress to make PGSQL work on embedded Linux with other non-x86 CPUs? I'm specifically targetting an SH3 hardware platform with 128MB of FROM. I would like to know if anybody made any headstart already. Thank You.

#2Marc G. Fournier
scrappy@hub.org
In reply to: Celestino I. Olalo Jr. (#1)
Re: postgres on Linux SH3

On Fri, 26 Jul 2002, Celestino I. Olalo Jr. wrote:

Is there any development in progress to make PGSQL work on embedded
Linux with other non-x86 CPUs? I'm specifically targetting an SH3
hardware platform with 128MB of FROM. I would like to know if anybody
made any headstart already. Thank You.

Have you tried yet, to get it to work? Are there any issues/problems that
you have encountered?

In reply to: Marc G. Fournier (#2)
Re: postgres on Linux SH3

Actually, I will only have my hands on the hardware platform by next week.
I'm just hoping that somebody has done it before and may probably give me
some tips (instead of starting from scratch). I'm also hoping that there's
some technical document or guide on porting Postgres to other CPUs.

----- Original Message -----
From: "Marc G. Fournier" <scrappy@hub.org>
To: "Celestino I. Olalo Jr." <jun@digi.com.ph>
Cc: <pgsql-hackers@postgresql.org>
Sent: Friday, July 26, 2002 5:53 PM
Subject: Re: [HACKERS] postgres on Linux SH3

Show quoted text

On Fri, 26 Jul 2002, Celestino I. Olalo Jr. wrote:

Is there any development in progress to make PGSQL work on embedded
Linux with other non-x86 CPUs? I'm specifically targetting an SH3
hardware platform with 128MB of FROM. I would like to know if anybody
made any headstart already. Thank You.

Have you tried yet, to get it to work? Are there any issues/problems that
you have encountered?

#4Matthew Kirkwood
matthew@hairy.beasts.org
In reply to: Celestino I. Olalo Jr. (#3)
Re: postgres on Linux SH3

On Fri, 26 Jul 2002, Celestino I. Olalo Jr. wrote:

Actually, I will only have my hands on the hardware platform by next
week. I'm just hoping that somebody has done it before and may
probably give me some tips (instead of starting from scratch). I'm
also hoping that there's some technical document or guide on porting
Postgres to other CPUs.

It should probably Just Work. You will have to write some
sh3-specific spinlock inlines to get good performance,
though.

Matthew.