Re: [HACKERS] Linux/Alpha and pgsql....

From: Ryan Kirkpatrick <rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Linux/Alpha and pgsql....
Date: 1998-04-11 18:48:20
Message-ID: Pine.LNX.3.95.980411133901.8221A-300000@stargazer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 10 Apr 1998, Bruce Momjian wrote:

> > Can you grab the latest snapshot, which is going to be v6.3.2, and
> > confirm/tweak your patch with that? Its meant for release on April 15th,
> > as long as my personal 'show stoppers' are no longer a problem :)
>
> Again, the addition in templates/linuxalpha should fix most of your
> problems. Let us know.

Ok, I grabbed the latest snapshot, April 11, 7am. The changes in
templates/linuxalpha do fix some of the problems, and make fixing the rest
easier. As it was "out-of-the-box", it (nearly) compiled and ran initdb
sucessfully on my UDB. But there was quite a few failures and coredumps by
postgres upon the running of regression tests.
To get it compile succesfully, I had to make sure the linux/alpha
did not include a few .h files that the alpha version was supposed to
include. This occured in ./backend/main/main.c, and the patch for it is
attached.
I then added -Dlinuxalpha to the ./template/linuxalpha CFLAGS
line, and recompiled. 'initdb' ran fine, and regression tests went much
better. Now about 75% of the regression tests complete successfully. From
the looks of things, floats are still causing most of the problems. I
haven't looked yet to see if there are major problems, or just minor
formatting ones. A patch for the ./template/linuxalpha changes is also
attached.
These two patches should bring the current version of pgsql very
close to working cleaning on Linux/Alpha! :) As usual, if you have any
questions, feel free to email me.

----------------------------------------------------------------------------
| "For to me to live is Christ, and to die is gain." |
| --- Philippians 1:21 (KJV) |
----------------------------------------------------------------------------
| Ryan Kirkpatrick | Boulder, Colorado | rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu |
----------------------------------------------------------------------------
| http://www-ugrad..cs.colorado.edu/~rkirkpat/ |
----------------------------------------------------------------------------

Attachment Content-Type Size
pgsql-6.2.1.alpha.patch.4 text/plain 250 bytes
pgsql-6.2.1.alpha.patch.3 text/plain 331 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-04-11 21:21:03 Re: [HACKERS] Linux/Alpha and pgsql....
Previous Message The Hermit Hacker 1998-04-11 18:01:47 Did we ever...