RE: AIX support

From: Srirama Kucherlapati <sriram(dot)rk(at)in(dot)ibm(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "postgres-ibm-aix(at)wwpdl(dot)vnet(dot)ibm(dot)com" <postgres-ibm-aix(at)wwpdl(dot)vnet(dot)ibm(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Noah Misch <noah(at)leadboat(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Andres Freund <andres(at)anarazel(dot)de>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, "tvk1271(at)gmail(dot)com" <tvk1271(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: RE: AIX support
Date: 2024-12-25 16:19:02
Message-ID: CY8PR15MB5602045A26D227AFC1C33F98DB0C2@CY8PR15MB5602.namprd15.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Heikki, Thanks for your feedback.

> Please generate the patches against 'master', rather than v17. We might
> choose to backport this to v17 later, but let's focus on the current
> development branch for now.

All the changes were made on top of master(development) branch pulled from github repository. Below is the log info.
I’ll pull the latest master and apply the changes for the next patch.

github repository: https://github.com/postgres/postgres.git

commit 103760b2d065081447efd27f4ecc20c5dbb7abcf (HEAD -> aixSupport)
Author: Sriram RK sriram(dot)rk(at)in(dot)ibm(dot)com<mailto:sriram(dot)rk(at)in(dot)ibm(dot)com>
Date: Fri Dec 6 10:36:29 2024 -0600

AIX support

commit d2b4b4c2259e21ceaf05e393769b69728bfbee99 (origin/master, origin/HEAD, gitibm/master, master)
Author: Peter Eisentraut peter(at)eisentraut(dot)org<mailto:peter(at)eisentraut(dot)org>
Date: Tue Oct 22 08:12:43 2024 +0200

Fix C23 compiler warning

commit 45e0ba30fc40581f320fac17ad8b4e0676e1b3b5
Author: Michael Paquier michael(at)paquier(dot)xyz<mailto:michael(at)paquier(dot)xyz>
Date: Tue Oct 22 13:05:51 2024 +0900

pg_stat_statements: Add tests for nested queries with level tracking

I shall continue to work on the other comments and will keep you posted.

Warm regards,
Sriram.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-12-25 16:19:49 Re: Exporting float_to_shortest_decimal_buf(n) with Postgres 17 on Windows
Previous Message Vitaly Davydov 2024-12-25 16:18:18 Re: An improvement of ProcessTwoPhaseBuffer logic