RE: Issue with v11.0 within jsonb_plperl tests in 32bit on AIX

2018-11-07 Thread REIX, Tony
0') - '0') & 0x3F) << 12) + '0') - '0') & 0x3F) << 18) + (((('0') - '0') & 0x3F) << 24))), (errmsg("cannot transform this Perl type to jsonb"))); if (__builtin_constant_p(20) && (20) >= 20)

Re: Issue with v11.0 within jsonb_plperl tests in 32bit on AIX

2018-11-06 Thread Alvaro Herrera
On 2018-Nov-06, REIX, Tony wrote: > Hummm The buildfarm does show that these tests are OK on AIX machines in > 32bit, with GCC 4.8.1 . > > Nuts ! > > > Attached is the full diff between the expected results and the real results. Standard diffs are awful to read. Would you mind using context

RE: Issue with v11.0 within jsonb_plperl tests in 32bit on AIX

2018-11-06 Thread REIX, Tony
e : REIX, Tony Envoyé : mardi 6 novembre 2018 17:26 À : pgsql-hack...@postgresql.org Cc : REIX, Tony Objet : Issue with v11.0 within jsonb_plperl tests in 32bit on AIX Hi, I'm building PostgreSQL v11.0 on AIX (6.1, 7.1, & 7.2). The 2 new tests jsonb_plperl fail in 32bit, not in 64bit.

Issue with v11.0 within jsonb_plperl tests in 32bit on AIX

2018-11-06 Thread REIX, Tony
Hi, I'm building PostgreSQL v11.0 on AIX (6.1, 7.1, & 7.2). The 2 new tests jsonb_plperl fail in 32bit, not in 64bit. All other tests are OK. - Same issue for all 3 versions of AIX - Version of Perl : 5.24.0 - Version of Python: 2.7.12 I have traced details, but it is still uncle