Re: Alpha test

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Alpha test
Date: 2003-12-22 23:45:57
Message-ID: 20031222234557.GC2752@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

  • Alpha test at 2003-12-22 23:36:32 from Bruce Momjian

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-12-22 23:55:43 Re: Alpha test
Previous Message Bruce Momjian 2003-12-22 23:39:51 Remove sparc spinlock variable