PostgreSLQ v10.1 and xlC compiler on AIX - Mailing list pgsql-hackers

From REIX, Tony
Subject PostgreSLQ v10.1 and xlC compiler on AIX
Date
Msg-id B37989F2852398498001550C29155BE51790B48A@FRCRPVV9EX3MSX.ww931.my-it-solutions.net
Whole thread Raw
Responses Re: PostgreSLQ v10.1 and xlC compiler on AIX  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hi, We are porting PostgreSQL v10.1 on AIX (7.2 for now). And we have several tests failures, in 32bit and 64bit. We are using xlc 13.01.0003.0003 with -O2. Tests were 100% OK with version 9.6.2 . About 32 bit failures within v10.1, we have 3 failures including: create_aggregate ... FAILED aggregates ... FAILED I've found that these 2 failures disappear when building : ./src/backend/parser/gram.c without -O2 ! However, this is a 44,498 lines file and it may take a while for finding the root issue. I invite anyone involved in porting/using PostgreSQL 10.1 on AIX to take part of a discussion about how to make v10.1 work perfectly on AIX. Regards, Cordialement, Tony Reix Bull - ATOS IBM Coop Architect & Technical Leader Office : +33 (0) 4 76 29 72 67 1 rue de Provence - 38432 Échirolles - France www.atos.net

pgsql-hackers by date:

Previous
From: Rushabh Lathia
Date:
Subject: Re: With commit 4e5fe9ad19, range partition missing handling for theNULL partition key
Next
From: amul sul
Date:
Subject: Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key