public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Srirama Kucherlapati <[email protected]>
Cc: Peter Eisentraut <[email protected]>
Cc: [email protected] <[email protected]>
Cc: Heikki Linnakangas <[email protected]>
Cc: Tristan Partin <[email protected]>
Cc: AIX PG user <[email protected]>
Subject: Re: AIX support
Date: Tue, 27 Jan 2026 16:50:15 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <CY5PR11MB63928CC05906F27FB10D74D0FD322@CY5PR11MB6392.namprd11.prod.outlook.com>
<SJ4PPFB817783263EA0FD91EBC346308C51DBA3A@SJ4PPFB81778326.namprd15.prod.outlook.com>
<[email protected]>
<SJ4PPFB817783267BD66F22BFC328D93F81DBA8A@SJ4PPFB81778326.namprd15.prod.outlook.com>
<[email protected]>
<SJ4PPFB8177832684055FA99E25A710A09BDBB2A@SJ4PPFB81778326.namprd15.prod.outlook.com>
<SJ4PPFB817783265975DE0984EE26A94891DBBBA@SJ4PPFB81778326.namprd15.prod.outlook.com>
<SJ4PPFB817783261597674B9814FE523944DB8EA@SJ4PPFB81778326.namprd15.prod.outlook.com>
<[email protected]>
<SJ4PPFB8177832645802E05CC9DD299E792DB8CA@SJ4PPFB81778326.namprd15.prod.outlook.com>
<[email protected]>
<SJ4PPFB81778326E995FAD5945ECF752FA1DB96A@SJ4PPFB81778326.namprd15.prod.outlook.com>
<SJ4PPFB81778326EC35CBFA16B5449CFA97DB94A@SJ4PPFB81778326.namprd15.prod.outlook.com>
<f6c4e700-73b9-! ! ! [email protected]>
<[email protected]>
<SJ4PPFB81778326F736E5A6522BE070E80EDB90A@SJ4PPFB81778326.namprd15.prod.outlook.com>
<[email protected]>
I wrote:
> With the patch attached, I can get through "make installcheck".
> However, I'm unable to attempt "make check-world" because
> src/test/modules/test_cplusplusext doesn't compile:
Ah, I figured out that bit: g++ will take this if you specify -maix64
to it too. The built module would not have worked anyway without
that, since it'd be 32-bit (AFAICT neither gcc nor g++ react to
the OBJECT_MODE environment variable).
It's not exactly clear why gcc will accept __int128 in 32-bit mode
while g++ won't, but that seems like another good reason to decide
that we won't support 32-bit builds on AIX anymore.
regards, tom lane
view thread (51+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Subject: Re: AIX support
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox