Re: AIX support - alignment issues
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Noah Misch <noah@leadboat.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-07-02T19:42:05Z
Lists: pgsql-hackers
Hi, On 2022-07-02 11:54:16 -0700, Peter Geoghegan wrote: > I tend to agree about dropping AIX. But I wonder if there is an > argument against that proposal that doesn't rely on AIX being relevant > to at least one user. Has supporting AIX ever led to the discovery of > a bug that didn't just affect AIX? Yes, it clearly has. But I tend to think that that's far outweighed by the complications triggered by AIX support. It'd be a different story if AIX hadn't a very peculiar linking model and was more widely accessible. > What is the best argument *against* desupporting AIX that you know of? Hm. - a distinct set of system libraries that can help find portability issues - With IBM's compiler it adds a, not otherwise used, compiler that PG builds with. So the warnings could theoretically help find issues that we wouldn't otherwise see - but I don't think that's been particularly useful (nor monitored). And the compiler is buggy enough to add a fair bit work over the years. > Desupporting AIX doesn't mean that any AIX users will be left in the > lurch immediately. Obviously these users will be able to use a > supported version of Postgres for several more years. Right. Greetings, Andres Freund
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