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 B37989F2852398498001550C29155BE53018349F@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  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PostgreSQL 11 beta1 on AIX 7.2 : 2 failures in 32bit mode  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi Tom,

Hummm
About Perl, version 5.24.0 were installed 6 months ago and is still there.
And, still on the same AIX 7.2 machine, I've been able to build and test 100%OK version 10.4 before buiding/testing
v11beta1,and I've been able to build and test 100%OK version 9.6.9  after v11beta1. 

v11beta1 seems to add new 39 new files dealing with json.
For files: contrib/jsonb_plpython/jsonb_plpython.c and src/common/file_perm.c , I had to use   #define _LARGE_FILES 1
likeI did for 14 older files. That deals with lseek() and lseek64() definitions. 

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 : Tom Lane [tgl@sss.pgh.pa.us]
Envoyé : mercredi 30 mai 2018 21:36
À : Alvaro Herrera
Cc : 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

Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> It's pretty obvious that the transform is broken on your platform.

Seems so, but why?  The code involved doesn't look very machine-dependent.

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.

                        regards, tom lane


pgsql-hackers by date:

Previous
From: "REIX, Tony"
Date:
Subject: RE:PostgreSQL 11 beta1 on AIX 7.2 : 2 failures in 32bit mode
Next
From: Michael Paquier
Date:
Subject: Re: New GUC to sample log queries