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.96) (envelope-from ) id 1vlbkz-001Jy0-1f for pgsql-hackers@arkaria.postgresql.org; Thu, 29 Jan 2026 23:49:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vlbkx-001sNt-1w for pgsql-hackers@arkaria.postgresql.org; Thu, 29 Jan 2026 23:49:00 +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.96) (envelope-from ) id 1vlbkx-001sNl-0w for pgsql-hackers@lists.postgresql.org; Thu, 29 Jan 2026 23:49:00 +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.98.2) (envelope-from ) id 1vlbkv-0000000067Z-39XJ for pgsql-hackers@lists.postgresql.org; Thu, 29 Jan 2026 23:48:59 +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 60TNmb381501930; Thu, 29 Jan 2026 18:48:37 -0500 From: Tom Lane To: Michael Paquier cc: Andres Freund , Robert Haas , Aditya Kamath , Srirama Kucherlapati , "peter@eisentraut.org" , "pgsql-hackers@lists.postgresql.org" , "hlinnaka@iki.fi" , "tristan@partin.io" , "postgres-ibm-aix@wwpdl.vnet.ibm.com" Subject: Re: AIX support In-reply-to: References: Comments: In-reply-to Michael Paquier message dated "Fri, 30 Jan 2026 08:24:47 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1501928.1769730517.1@sss.pgh.pa.us> Date: Thu, 29 Jan 2026 18:48:37 -0500 Message-ID: <1501929.1769730517@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > Should any of these be backpatched, actually? Based on the lack of > complaints, it does not seem so to me, but if we are targetting a > backpatch of the AIX port, that would be required. There's no plan to backpatch the AIX port ... but if we can clean up this include-path mess not too invasively, I think it might be a good idea to back-patch that much. I'm concerned that confusion between and utils/float.h might be a problem on other platforms too. regards, tom lane