Re: AIX support - Mailing list pgsql-hackers

From AIX PG user
Subject Re: AIX support
Date
Msg-id 176218116514.2081919.2740521218709630199.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: AIX support  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
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 removed these.

> I see there's some references to MAKE_EXPORTS in src/backend/Makefile. 
> They seem related to MKLDEXPORT, but we never set MAKE_EXPORTS. Are they 
> still needed?

If MAKE_EXPORTS is not being used by any platforms other than AIX, we can
consider removing it. However, I’m not entirely certain whether it might still
be required elsewhere.  Since these changes appear to be general and not
strictly AIX-specific, would it be fine to submit them as a separate
patch?

Looking forward to your continued support and guidance.

- Sriram.

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode
Next
From: "Jelte Fennema-Nio"
Date:
Subject: Re: libpq: Bump protocol version to version 3.2 at least until the first/second beta