Re: AIX support - alignment issues
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Thomas Munro <thomas.munro@gmail.com>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
Peter Geoghegan <pg@bowt.ie>, Andres Freund <andres@anarazel.de>,
Noah Misch <noah@leadboat.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-07-11T16:58:51Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > On Mon, Jul 11, 2022 at 2:49 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> 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. > I strongly suspect that anyone who tried to use a modern PostgreSQL on > any of these platforms would find it quite an adventure, which is > fine, because if you're trying to use any of those platforms in 2022, > you are probably the sort of person who enjoys an adventure. But it > can't really be useful to list them in the documentation, and it's > unlikely that any of them "just work". It's possible that they "just work", but we have no way of knowing that, or knowing if we break them in future. Thus the importance of having a buildfarm animal to tell us that. More generally, I think the value of carrying support for niche architectures is that it helps keep us from falling into the software-monoculture trap, from which we'd be unable to escape when the hardware landscape inevitably changes. However, it only helps if somebody is testing such arches on a regular basis. The fact that there's some #ifdef'd code somewhere for M88K proves diddly-squat about whether we could actually run on M88K today. The situation for niche operating systems is precisely analogous. regards, tom lane
Commits
-
Doc: Acknowledge historically supported CPUs and OSes.
- 14168d3c62fa 16.0 landed
-
Further tidy-up for old CPU architectures.
- 718aa43a4ee6 16.0 landed
-
Tidy up claimed supported CPUs and OSes.
- 92d70b77ebb4 16.0 landed
-
Remove HP/Intel Itanium support.
- 0ad5b48e5894 16.0 landed
-
Remove HP-UX port.
- 9db300ce6e38 16.0 landed
-
Reorder subskiplsn in pg_subscription to avoid alignment issues.
- 79b716cfb7a1 15.0 cited
-
Tighten TAP tests' tracking of postmaster state some more.
- 4fdbf9af5184 15.0 cited
-
Reorder pg_sequence columns to avoid alignment issue
- f3b421da5f4a 10.0 cited