pgsql: Back-port into 8.2 an old fix to ensure that BYTE_ORDER gets set - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Back-port into 8.2 an old fix to ensure that BYTE_ORDER gets set
Date
Msg-id 20100830195146.9CFBE7541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Back-port into 8.2 an old fix to ensure that BYTE_ORDER gets set
correctly on 64-bit Intel Solaris.  Per my proposal yesterday,
8.2 is where we will start considering this platform supported.
While this patch itself could easily go into older branches,
there's not a huge amount of point unless we also make some
significantly-more-invasive changes in the spinlock support.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/include/port:
        solaris.h (r1.14 -> r1.14.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port/solaris.h?r1=1.14&r2=1.14.2.1)

pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Add missing markup for translatability