Re: AIX support

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Srirama Kucherlapati <sriram(dot)rk(at)in(dot)ibm(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, AIX PG user <postgres-ibm-aix(at)wwpdl(dot)vnet(dot)ibm(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: AIX support
Date: 2025-10-15 18:15:50
Message-ID: 5891d1c8-d1cc-4dd1-9e4e-744708f791c7@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15.10.25 17:58, Srirama Kucherlapati wrote:
> Main AIX changes patch - 0001-Changes-to-add-support-for-
> AIX.v9.pg19.patch (previously submitted one)
>
> Meson AIX changes patch - 0001-AIX-changes-for-meson-build.patch
>
> Looking forward to hearing your thoughts on these changes.
>
> Your feedback on these updates is highly valued.

The largest problem I see in this patch set is that you are making
unexplained changes in src/include/storage/s_lock.h. The code that you
are changing does not only affect AIX but also PPC with other operating
systems. AFAICT, the change you are proposing does not correspond to
the commit that removed AIX support.

Maybe the proposed changes are beneficial for other operating systems as
well. But in that case, propose this as a separate patch in a separate
thread, with supporting information (and probably benchmarks in this case).

If not, then you need to find a way to make this work on AIX without
materially changing the code that exists for already-supported operating
systems.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2025-10-15 18:32:38 Re: Improve docs syntax checking and enable it in the meson build
Previous Message Nathan Bossart 2025-10-15 17:54:21 Re: Clarification on Role Access Rights to Table Indexes