Re: [PATCHES] Fixes for initdb on DEC Alpha

From: Dwayne Bailey <dwayne(at)mika(dot)com>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [PATCHES] Fixes for initdb on DEC Alpha
Date: 1998-03-17 22:15:16
Message-ID: Pine.OSF.3.95.980317171124.25304A-100000@mika20.mika.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)mika(dot)com + What is your favorite color?
http://www.mika.com/~dwayne + Blue ... no, Yelloooooooooooooooooow
finger dwayne(at)mika20(dot)mika(dot)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-----

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Luuk de Boer 1998-03-17 23:56:31 Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page
Previous Message Bruce Momjian 1998-03-17 22:09:22 Re: [PATCHES] Fixes for initdb on DEC Alpha