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

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: rkirkpat(at)nag(dot)cs(dot)colorado(dot)edu (Ryan Kirkpatrick)
Cc: scrappy(at)hub(dot)org, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Linux/Alpha and pgsql....
Date: 1998-04-11 23:15:24
Message-ID: 199804112315.TAA04584@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

OK, this is good. Now my only issue is that is seems the 'alpha' define
it now too broad. We are using 'alpha' to fix alpha issues, and to fix
'dec alpha' issues. Is that true?

If it is, can we have the DEC alpha port define 'alpha' and 'decalpha'
and change the 'decalpha'-specific defines to use 'decalpha', the
linuxalpha defines to use 'linuxalpha', and the purely 'alpha'-specific
changes to use just normal 'alpha'.

I am requesting this because 'alpha' has been such a problem port for
us, and would like to have things REALLY clear now that we understand
them, so later, they will not get broken.

Can you review all the 'alpha' defines, and send us a patch that adds
'decalpha' define to the non-linux alpha port, and change the other
'ifdef's appropriately to everything works and is clean?

Release of 6.3.2 is due April 15th. Hope that gives you enough time.
We hopefully can get a dec alpha person to test the changes you make, so
alpha works properly for 6.3.2.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-04-12 01:30:01 List volume
Previous Message Bruce Momjian 1998-04-11 23:06:15 Re: [HACKERS] subselect and optimizer