Re: AIX support - alignment issues
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Thomas Munro <thomas.munro@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Geoghegan <pg@bowt.ie>, Andres Freund <andres@anarazel.de>,
Noah Misch <noah@leadboat.com>, Robert Haas <robertmhaas@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-07-06T13:02:15Z
Lists: pgsql-hackers
On 06.07.22 04:21, Thomas Munro wrote:
> /*
> * Do not try to collapse these into one "w+" mode file. Doesn't work on
> - * some platforms (eg, HPUX 10.20).
> + * some platforms.
> */
> termin = fopen("/dev/tty", "r");
> termout = fopen("/dev/tty", "w");
I don't know how /dev/tty behaves in detail under stdio. I think
removing this part of the comment might leave the impression that
attempting to use "w+" will never work, whereas the existing comment
appears to indicate that it was only very old platforms that had the
issue. If we don't have an immediate answer to that, I'd leave the
comment as is.
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