Re: Alpha test - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: Alpha test
Date
Msg-id 20031222234557.GC2752@dcc.uchile.cl
Whole thread Raw
In response to Alpha test  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Alpha test
Re: Alpha test
List pgsql-patches
On Mon, Dec 22, 2003 at 06:36:32PM -0500, Bruce Momjian wrote:
> Seems we have to test for __alpha and __alpha_.  This applied patch
> makes that consistent.

Won't something like the following work?

#ifdef(__alpha)
#define __alpha__ 1
#endif

so you only have to test for one of them?  Just an idea.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Si no sabes adonde vas, es muy probable que acabes en otra parte.

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Remove sparc spinlock variable
Next
From: Bruce Momjian
Date:
Subject: Re: Alpha test