Re: [PATCHES] Fixes for initdb on DEC Alpha - Mailing list pgsql-hackers

From Dwayne Bailey
Subject Re: [PATCHES] Fixes for initdb on DEC Alpha
Date
Msg-id Pine.OSF.3.95.980317171124.25304A-100000@mika20.mika.com
Whole thread Raw
In response to Re: [PATCHES] Fixes for initdb on DEC Alpha  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----

On Tue, 17 Mar 1998, Bruce Momjian wrote:

>
> Congratulations.  Certainly has to be put in the coming mega-patch.
> Strange that the fix is so small, just some config lines, and a #define
> ASSEMBLER around sys/proc.h.  Amazing.

Actually, all that my "patch" does it to enable a pre-existing
patch.  With -Dalpha, the macro LONGALIGN() is defined to aling,
not on long boundaries as you would expect, but on int
boundaries.  Once I found that, it was clear how to fix the
problem.  The comments in the header file were quite clear that
this was to prevent exactly the sorts of problems that we were
seeing.

>
> Glad the cause wasn't some of my code additions.
>

No additions at all.  Just a removal of a #define

- --
Dwayne Bailey                   + WHAT is your name? Sir Galahad
MIKA Systems, Bingham Farms, MI + WHAT is your quest? I Seek the Holy Grail
dwayne@mika.com                 + What is your favorite color?
http://www.mika.com/~dwayne     +    Blue ... no, Yelloooooooooooooooooow
            finger dwayne@mika20.mika.com for PGP Public Key

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQB1AwUBNQ71/aA2uleK7maRAQGnWwL/dJegGLZZW47G0MyBUiF8kMU1ujX+odRk
rvSiJTjuNpqKb8Kxty8srMyzOagQfggAndDLCvT2Pt4+oZcMdguj6Kx33Lv+24Xa
6mA0Mm+Y9M0lcuLNCmvf63earPTwy5I1
=ryQD
-----END PGP SIGNATURE-----


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Fixes for initdb on DEC Alpha
Next
From: "Luuk de Boer"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page