Re: AIX support

From: Noah Misch <noah(at)leadboat(dot)com>
To: Sriram RK <sriram(dot)rk(at)outlook(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, "tvk1271(at)gmail(dot)com" <tvk1271(at)gmail(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Subject: Re: AIX support
Date: 2024-05-15 15:52:41
Message-ID: 20240515155241.d4@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 15, 2024 at 03:33:25PM +0000, Sriram RK wrote:
> Hi Team, we have any updated from the XLC team, the issue specific to the alignment is fixed
> and XLC had released it as part of 16.1.0.18. The PTF is available at the below location,
>
> You can also find a link here:
> https://www.ibm.com/support/pages/fix-list-xl-cc-aix.
>
> >>/opt/IBM/xlC/16.1.0/bin/xlC align.c -o align.xl
>
> >>./align.xl
> al4096 4096 @ 0x20008000 (mod 0)
> al4096_initialized 4096 @ 0x20004000 (mod 0)
> al4096_const 4096 @ 0x2000b000 (mod 0)
> al4096_const_initialized 4096 @ 0x10008000 (mod 0)
> al4096_static 4096 @ 0x2000e000 (mod 0)
> al4096_static_initialized 4096 @ 0x20001000 (mod 0)
> al4096_static_const 4096 @ 0x20011000 (mod 0)
> al4096_static_const_initialized 4096 @ 0x10001000 (mod 0)

That is good news. PGIOAlignedBlock is now in the IBM publication,
https://www.ibm.com/support/pages/apar/IJ51032

> Also would like to know some info related to the request raised for buildfarm access, to register the node in OSU lab. Where can I get the status of the request? Whom can I contact to get the request approved? So that we can add the node to the buildfarm.

I assume you filled out the form at
https://buildfarm.postgresql.org/cgi-bin/register-form.pl? It can take a few
weeks, so I wouldn't worry yet.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2024-05-15 16:06:03 Re: Why does pgindent's README say to download typedefs.list from the buildfarm?
Previous Message Tom Lane 2024-05-15 15:50:52 Re: Adding the extension name to EData / log_line_prefix