Re: AIX support - alignment issues - Mailing list pgsql-hackers

From Tom Lane
Subject Re: AIX support - alignment issues
Date
Msg-id 1834812.1656999384@sss.pgh.pa.us
Whole thread Raw
In response to Re: AIX support - alignment issues  (Andres Freund <andres@anarazel.de>)
Responses Re: AIX support - alignment issues
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I just thought an easier way - why don't we introduce a 'catalog_double'
> that's defined to be pg_attribute_aligned(whatever-we-need) on AIX? Then we
> can get rid of the manually enforced alignedness and we don't need to contort
> catalog order.

Hm, do all the AIX compilers we care about have support for that?
If so, it seems like a great idea.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Add result_types column to pg_prepared_statements view
Next
From: "Anton A. Melnikov"
Date:
Subject: Re: [PATCH] Fix pg_upgrade test from v10