From: Tom Lane Date: Thu, 7 Oct 2021 19:36:57 +0000 (-0400) Subject: Doc: update our claims about the minimum recommended AIX version. X-Git-Tag: REL_15_BETA1~1377 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08e2daf06c71881415ebd19105a8fe53f6eb2f8f;p=thirdparty%2Fpostgresql.git Doc: update our claims about the minimum recommended AIX version. We currently have buildfarm members testing back to AIX 7.1, but not before, and older AIX versions are long out of support from IBM. So say that 7.1 is the oldest supported version. Discussion: https://postgr.es/m/87y278s6iq.fsf@wibble.ilmari.org --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 1ebe8482bfc..d38f9bc9160 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2174,9 +2174,15 @@ export MANPATH - PostgreSQL works on AIX, but AIX versions before about 6.1 have - various issues and are not recommended. - You can use GCC or the native IBM compiler xlc. + You can use GCC or the native IBM compiler xlc + to build PostgreSQL + on AIX. + + + + AIX versions before 7.1 are no longer + tested nor supported by the PostgreSQL + community.