RE:PostgreSQL 11 beta1 on AIX 7.2 : 2 failures in 32bit mode - Mailing list pgsql-hackers

From REIX, Tony
Subject RE:PostgreSQL 11 beta1 on AIX 7.2 : 2 failures in 32bit mode
Date
Msg-id B37989F2852398498001550C29155BE530183414@FRCRPVV9EX3MSX.ww931.my-it-solutions.net
Whole thread Raw
In response to Re: PostgreSQL 11 beta1 on AIX 7.2 : 2 failures in 32bit mode  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi Michael,

We have used GCC, version 8.1 .
We also can build it with XLC, though I did not tried yet with v11beta1.

I know about the 2 threads you have provided.
Today, with our own patches, we are able to compile and run 100% OK PostgreSQL v10 or v9 on AIX 6 or AIX7, with GCC and
XLC.
(I'll submit these patches for AIX once we have run the stress/perf campaign we plan to do on AIX & Linux on P9)

I'm using nearly exactly the same .spec and .patch files for v10.4 and v11beta1.
However, I see that there are new files dealing with json coming with v11beta1:
# find $BUILD/postgresql-11beta1/64bit/ -name "json*" | wc
     72      72    7575
 # find $BUILD/postgresql-10.4/64bit/ -name "json*" | wc
     33      33    3180

Build/Tests in 64bit is 100% OK with v11beta1.

Regards

Cordialement,

Tony Reix

ATOS / Bull SAS
ATOS Expert
IBM Coop Architect & Technical Leader
Office : +33 (0) 4 76 29 72 67
1 rue de Provence - 38432 Échirolles - France
www.atos.net

________________________________________
De : Michael Paquier [michael@paquier.xyz]
Envoyé : mercredi 30 mai 2018 22:25
À : Tom Lane
Cc : Alvaro Herrera; REIX, Tony; PostgreSQL-development; APEKE, SENA (ext); Peter Eisentraut; Anthony Bykov
Objet : Re: PostgreSQL 11 beta1 on AIX 7.2 : 2 failures in 32bit mode

On Wed, May 30, 2018 at 03:36:27PM -0400, Tom Lane wrote:
> I'm wondering about some sort of version skew or misinstallation on
> the Perl side --- say, header files that we're using to compile
> that don't match the libperl.so used at runtime.

Tony, was the compiler used gcc or xlc?  Support for xlc 13 still needs
some work.  Here are two other, similar threads:
https://www.postgresql.org/message-id/B37989F2852398498001550C29155BE51790B48A@FRCRPVV9EX3MSX.ww931.my-it-solutions.net
https://www.postgresql.org/message-id/2fc764c7-2222-83e3-45c2-33c17853e13f@atos.net
--
Michael


pgsql-hackers by date:

Previous
From: MauMau
Date:
Subject: Re: I'd like to discuss scaleout at PGCon
Next
From: Adrien Nayrat
Date:
Subject: Re: New GUC to sample log queries