Re: Remove support for old realpath() API

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove support for old realpath() API
Date: 2024-08-12 06:17:45
Message-ID: fbe69baa-bda3-4e0a-ad7f-9d93838d2a92@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05.08.24 09:41, Heikki Linnakangas wrote:
> On 05/08/2024 09:12, Peter Eisentraut wrote:
>> The now preferred way to call realpath() is by passing NULL as the
>> second argument and get a malloc'ed result.  We still supported the
>> old way of providing our own buffer as a second argument, for some
>> platforms that didn't support the new way yet.  Those were only
>> Solaris less than version 11 and some older AIX versions (7.1 and
>> newer appear to support the new variant).  We don't support those
>> platforms versions anymore, so we can remove this extra code.
>
> +1

committed

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-08-12 06:37:01 Re: [PoC] Federated Authn/z with OAUTHBEARER
Previous Message Bertrand Drouvot 2024-08-12 05:47:25 Re: Historic snapshot doesn't track txns committed in BUILDING_SNAPSHOT state