Re: AIX support - alignment issues - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: AIX support - alignment issues
Date
Msg-id CAH2-WzmnoGPN--Z7MfTqv2TTVLJF0Y0tzZbGUS-NAwJ0wv15hw@mail.gmail.com
Whole thread Raw
In response to Re: AIX support - alignment issues  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: AIX support - alignment issues
List pgsql-hackers
On Sat, Jul 2, 2022 at 12:22 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Now, it's certainly possible that AIX is the only surviving platform
> that hasn't adopted bug-compatible-with-glibc interpretations of
> POSIX.  But I think the standard is the standard, and we ought to
> stay within it.  So I find value in these fixes.

I imagine that there is strong evolutionary pressure pushing minority
platforms in the direction of bug-compatible-with-glibc. There is
definitely a similar trend around things like endianness and alignment
pickiness. But it wasn't always so.

It seems fair to wonder if AIX bucks the glibc-compatible trend
because it is already on the verge of extinction. If it wasn't just
about dead already then somebody would have gone to the trouble of
making it bug-compatible-with-glibc by now. (To be clear, I'm not
arguing that this is a good thing.)

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.

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: "Dian M Fay"
Date:
Subject: Re: doc: Make selectivity example match wording
Next
From: Tom Lane
Date:
Subject: Re: AIX support - alignment issues