Re: [COMMITTERS] pgsql: Add pg_sequence system catalog - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: [COMMITTERS] pgsql: Add pg_sequence system catalog
Date
Msg-id 6099990b-5452-33db-7671-e49f46c2850b@2ndquadrant.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add pg_sequence system catalog  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-committers
On 12/20/16 12:51 PM, Peter Eisentraut wrote:
> checking alignment of short... 2
> checking alignment of int... 4
> checking alignment of long... 4
> checking alignment of long long int... 8
> checking alignment of double... 4
>
> We use DOUBLEALIGN to align int64 values, but on this platform, that is
> not correct.

This appears to be the explanation for that:
<https://groups.google.com/forum/#!msg/comp.unix.aix/f9JAyXtibb4/pB58Af467z8J>

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Add pg_sequence system catalog
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add pg_sequence system catalog