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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-port into 8.2 an old fix to ensure that BYTE_ORDER gets set
Date: 2010-08-30 19:51:46
Message-ID: 20100830195146.9CFBE7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2010-08-31 05:57:54 pgsql: Add missing markup for translatability
Previous Message Simon Riggs 2010-08-30 19:42:31 Re: pgsql: Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii