Обсуждение: postgres on Linux SH3

Поиск
Список
Период
Сортировка

postgres on Linux SH3

От
"Celestino I. Olalo Jr."
Дата:
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.

Re: postgres on Linux SH3

От
"Marc G. Fournier"
Дата:
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?




Re: postgres on Linux SH3

От
"Celestino I. Olalo Jr."
Дата:
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


> 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?
>
>



Re: postgres on Linux SH3

От
Matthew Kirkwood
Дата:
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.