Re: [HACKERS] Alpha initdb fixed! - Mailing list pgsql-hackers

From Pedro J. Lobo
Subject Re: [HACKERS] Alpha initdb fixed!
Date
Msg-id Pine.OSF.3.96.980317093802.27286A-100000@haddock.euitt.upm.es
Whole thread Raw
In response to Alpha initdb fixed!  (Dwayne Bailey <dwayne@mika.com>)
Responses Re: [HACKERS] Alpha initdb fixed!  ("Pedro J. Lobo" <pjlobo@euitt.upm.es>)
Re: [HACKERS] Alpha initdb fixed!  (Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>)
List pgsql-hackers
On Mon, 16 Mar 1998, Dwayne Bailey wrote:

>I've gotten 6.3 initdb to run to a successful completion on my
>Alpha running OSF/1 V3.2c.  Forget the change that I sent in
>earlier.  While I still think that there's something funky with
>that code, it doesn not need to be modifed.  Actually, the
>modifications are miniscule.  The only files that need to be
>changed are backend/main/main.c and template/alpha.
>
>The real trick is to add -Dalpha to the CFLAGS setting.  The
>changes to main.c are only to add some extra includes to support
>some code that's suddenly being used.
>
>The #define ASSEMBLER is to prevent most of the code of
>sys/proc.h from being included, as it ends up conflicting with
>some of the postgresql definitions.  This may or may not work on
>other versions of Digital Unix.

I'll try it immediately, but I have a suggestion. On my DU 3.2c system, cc
defines automatically the symbols "__osf__" and "__alpha", and gcc defines
"__osf__", "__alpha" and "__alpha__". I think it would be easier to change
every "#ifdef alpha" to "#ifdef __alpha", and stop worrying about it in
the Makefiles.

Can any of the linux-alpha folks try out which symbols does the compiler
define? And someone who has DU 4.0x installed?

-------------------------------------------------------------------
Pedro José Lobo Perea                   Tel:    +34 1 336 78 19
Centro de Cálculo                       Fax:    +34 1 331 92 29
EUIT Telecomunicación - UPM             e-mail: pjlobo@euitt.upm.es


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Multi field hash indexes
Next
From: Andrew Martin
Date:
Subject: Re: [HACKERS] First mega-patch...