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.

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to