Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rnIvT-00CbWN-8y for pgsql-hackers@arkaria.postgresql.org; Thu, 21 Mar 2024 13:57:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rnIvR-00DnbQ-Tp for pgsql-hackers@arkaria.postgresql.org; Thu, 21 Mar 2024 13:57:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rnIvR-00DnbD-Kf for pgsql-hackers@lists.postgresql.org; Thu, 21 Mar 2024 13:57:46 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rnIvP-005jgk-2q for pgsql-hackers@postgresql.org; Thu, 21 Mar 2024 13:57:45 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 42LDvdUN322246; Thu, 21 Mar 2024 09:57:39 -0400 From: Tom Lane To: Sriram RK cc: "pgsql-hackers@postgresql.org" Subject: Re: AIX support In-reply-to: References: Comments: In-reply-to Sriram RK message dated "Thu, 21 Mar 2024 12:55:31 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <322244.1711029459.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 21 Mar 2024 09:57:39 -0400 Message-ID: <322245.1711029459@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Sriram RK writes: > We are working on AIX systems and noticed that the thread on removing AI= X support in Postgres going forward. > https://github.com/postgres/postgres/commit/0b16bb8776bb834eb1ef8204ca95= dd7667ab948b > We would be glad to understand any outstanding issues hindering the > support on AIX. Did you read the linked thread? Starting say about here: https://www.postgresql.org/message-id/flat/20240224172345.32%40rfd.leadboa= t.com#8b41e50c2190c82c861d91644eed9c30 > Also we would like to provide any feasible support from our end for enab= ling the support on AIX. Who is "we", and how much resources are you prepared to put into this? > We would request the community to extend the support on AIX .. The community, in the sense of the existing people doing significant work on Postgres, are absolutely not going to do that. If you can bring a bunch of work to fix all the problems noted in the discussion thread, and commit to providing ongoing development manpower and hardware to keep it working, maybe something could happen. But I suspect you will find it cheaper to start thinking about migrating off AIX. regards, tom lane