Re: [PATCHES] Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brent Verner <brent(at)rcfile(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [PATCHES] Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Date: 2000-12-28 02:45:06
Message-ID: 3867.977971506@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Brent Verner <brent(at)rcfile(dot)org> writes:
> | Hm. I thought I'd fixed that. Are you up to date on
> | src/backend/utils/adt/oid.c ? Current CVS has rev 1.42.

> yup. got that version -- 1.42 2000/12/22 21:36:09 tgl

You're right, it was still broken :-(. I think I've got it now, though.

Oliver Elphick was kind enough to arrange access to an Alpha running
Debian Linux, and I find that current-as-of-this-moment sources pass
all regression tests in either serial or parallel test mode on that
system. Curiously, however, the system fails when you try to shut
it down:

Smart Shutdown request at Thu Dec 28 02:41:49 2000
DEBUG: shutting down
FATAL 2: Checkpoint lock is busy while data base is shutting down
Shutdown failed - abort

I have no idea why this should be. Evidently there's something wrong
with the TAS() macro --- yet it seems to work fine elsewhere. Ideas
anyone?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brent Verner 2000-12-28 05:05:42 Re: [PATCHES] Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Previous Message Tom Lane 2000-12-28 02:37:24 Re: Alpha tas() patch

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Verner 2000-12-28 05:05:42 Re: [PATCHES] Re: Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Previous Message Tom Lane 2000-12-28 02:37:24 Re: Alpha tas() patch