| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
| Cc: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: Alpha test |
| Date: | 2003-12-22 23:55:43 |
| Message-ID: | 200312222355.hBMNthQ09144@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Alvaro Herrera wrote:
> 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.
Yes, I thought of that. Where should we put it? c.h?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-12-23 00:03:11 | Re: Doc patch--clarifying $1 in PL/PgSQL |
| Previous Message | Alvaro Herrera | 2003-12-22 23:45:57 | Re: Alpha test |