Re: AIX support - alignment issues
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Andres Freund <andres@anarazel.de>, Noah Misch <noah@leadboat.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-07-02T20:34:35Z
Lists: pgsql-hackers
Peter Geoghegan <pg@bowt.ie> writes: > Maybe it is still worth hanging on to AIX support for the time being, > but it would be nice to have some idea of where we *will* finally draw > the line. If the complaints from Andres aren't a good enough reason > now, then what other hypothetical reasons might be good enough in the > future? It seems fairly likely that Postgres desupporting AIX will > happen (say) at some time in the next decade, no matter what happens > today. Agreed. But I think that this sort of thing is better driven by "when there's no longer anyone willing to do the legwork" than by project policy. IOW, we'll stop when Noah gets tired of doing it (and no one steps up to take his place). In the case at hand, given that the test added by 79b716cfb/c1da0acbb correctly detects troublesome catalog layouts (and no I've not studied it myself), I don't see that we have to do more right now. I am a little concerned though that we don't have access to the latest version of AIX --- that seems like a non-maintainable situation. 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