| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Benjamin Arai <barai(at)cs(dot)ucr(dot)edu> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Has anybody tried porting PostgreSQL to a "stack machine" |
| Date: | 2005-01-14 02:38:02 |
| Message-ID: | 200501140238.j0E2c2b23713@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Benjamin Arai wrote:
> Has anybody tried porting PostgreSQL to a "stack machine" or
> "accumulator machine"?
>
> More specifically, how specialized is the source code in PostgreSQL,
> would it be possible to port the PostgreSQL source to a older version of
> GCC? There are some stack and accumulator based machines that contain
> stripped down versions of GCC, so I am trying to figure out if I should
> attempt to port the source or if its not possible.
Uh, we use ANSI C and I don't remember us doing anything special that
would cause you problems.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mark Kirkwood | 2005-01-14 04:00:10 | Re: FATAL: catalog is missing 1 attribute(s) for relid |
| Previous Message | Benjamin Arai | 2005-01-14 02:13:13 | Has anybody tried porting PostgreSQL to a "stack machine" or "accumulator machine"? |