Re: AIX support - alignment issues

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Peter Geoghegan <pg(at)bowt(dot)ie>, Andres Freund <andres(at)anarazel(dot)de>, Noah Misch <noah(at)leadboat(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: AIX support - alignment issues
Date: 2022-07-11 07:50:16
Message-ID: CA+hUKGLtXPGGSjZ=E+7WjbOR4D39PBaJ5Cvur+HkS89NgEMugw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 11, 2022 at 6:49 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> SuperH might be twitching a bit less feebly than these three,
> but it seems to be a legacy architecture as well. Not much
> has happened there since the early 2000's AFAICS.

It looks like there's an sh3el package for PostgreSQL on NetBSD here,
so whoever maintains that might be in touch:

https://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/databases/postgresql14-server/index.html

> I think it'd be pretty reasonable to disclaim support for
> any architecture that doesn't have a representative in our
> buildfarm, which would lead to dropping all four of these.
> If you don't like it, step up and run a buildfarm animal.

+1

It's funny to think that you probably could run modern PostgreSQL on
the Sun 3 boxes the project started on in 1986 (based on clues from
the papers in our history section) if you put NetBSD on them, but
you'd probably need to cross compile due to lack of RAM. The grammar
in particular.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Lepikhov 2022-07-11 07:57:36 Re: Postgres picks suboptimal index after building of an extended statistics
Previous Message Tom Lane 2022-07-11 06:49:29 Re: AIX support - alignment issues