Re: pgsql: Add pg_sequence system catalog

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add pg_sequence system catalog
Date: 2016-12-20 17:57:33
Message-ID: 6099990b-5452-33db-7671-e49f46c2850b@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-20 20:32:19 Re: pgsql: Add pg_sequence system catalog
Previous Message Peter Eisentraut 2016-12-20 17:51:32 Re: pgsql: Add pg_sequence system catalog

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2016-12-20 18:41:33 Re: Migration Docs WAS: Proposal for changes to recovery.conf API
Previous Message Peter Eisentraut 2016-12-20 17:51:32 Re: pgsql: Add pg_sequence system catalog