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 1sdVfu-00GEsv-F4 for pgsql-hackers@arkaria.postgresql.org; Mon, 12 Aug 2024 14:05:30 +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 1sdVfs-00G8Hr-BN for pgsql-hackers@arkaria.postgresql.org; Mon, 12 Aug 2024 14:05:28 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sdVfs-00G8Hi-1H for pgsql-hackers@lists.postgresql.org; Mon, 12 Aug 2024 14:05:28 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sdVfp-004MJb-1d for pgsql-hackers@postgresql.org; Mon, 12 Aug 2024 14:05:26 +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 47CE5IFF487081; Mon, 12 Aug 2024 10:05:18 -0400 From: Tom Lane To: Peter Eisentraut cc: Thomas Munro , Heikki Linnakangas , pgsql-hackers Subject: Re: Remove support for old realpath() API In-reply-to: <39571272-7ba3-4a95-880b-3f10a970baca@eisentraut.org> References: <9e638b49-5c3f-470f-a392-2cbedb2f7855@eisentraut.org> <188d0f5f-aed9-46b6-a9a6-eee55401f763@iki.fi> <39571272-7ba3-4a95-880b-3f10a970baca@eisentraut.org> Comments: In-reply-to Peter Eisentraut message dated "Mon, 12 Aug 2024 09:04:23 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <487079.1723471518.1@sss.pgh.pa.us> Date: Mon, 12 Aug 2024 10:05:18 -0400 Message-ID: <487080.1723471518@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > On 12.08.24 08:47, Thomas Munro wrote: >> I checked this in the AIX 7.3 manual and the POSIX 2008 way does not >> appear to be mentioned there: >> https://www.ibm.com/docs/en/aix/7.3?topic=r-realpath-subroutine > Tom had tested this on and found that it does actually work on AIX 7.1 > and 7.3 but the documentation is wrong. I too have a distinct recollection of having tested this (using the gcc compile farm machines), but I cannot find anything saying so in the mailing list archives. I can go check it again, I guess. regards, tom lane