Re: AIX support

2025-11-10 Thread AIX PG user
Hi Peter, >> Those changes to the meson.build files were not needed before >> AIX support was removed. You should find a way to do it without these >> changes. The change was necessary to ensure that the import file used during the static PostgreSQL library build begins with the required #! direc

Re: AIX support

2025-11-03 Thread AIX PG user
Hi Heikki, Thank you for your feedback. > This looks weird. Sure, "-O2" makes things faster, but we shouldn't > force that here. If you want optimizations, you should use pass > CFLAGS="-O2" or CFLAGS="-O3" to configure. And why the special mention > of MemSet() and MemSetAlign()? I have remo

Re: AIX support

2025-10-21 Thread AIX PG user
Hi Team, We look forward to your comments and kindly request you to share your feedback on the proposed changes(in the annotations). Your input is greatly appreciated and will help us refine the solution while ensuring all aspects are thoughtfully addressed. Thank you in advance for your time an

Re: AIX support

2025-10-18 Thread AIX PG user
Hi Alvaro, Thank you for taking your time to look into the details. I’ve submitted the latest changes to the master branch, which are now available in the annotations section here: https://commitfest.postgresql.org/patch/6050/ I kindly request you to review this updated patch and share your v

Re: AIX support

2025-10-18 Thread AIX PG user
Hi Peter, Thank you for your comments. We’ve had a few discussions in the past regarding the changes related to the spin lock. Some of those conversations stemmed from this thread: "https://www.postgresql.org/message-id/95a44be0-b2f8-464a-8984-771d892b1cac%40iki.fi"; The earlier assembly

Re: AIX support

2025-10-18 Thread AIX PG user
Hi Andres, Thank you for your feedback and for highlighting the importance of Meson-based builds. We fully recognize the long-term objective of transitioning away from make-based builds, and we are actively working on reviving Meson support for AIX in alignment with that direction. However, we ar