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

Поиск
Список
Период
Сортировка
От Brent Verner
Тема Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Дата
Msg-id 20001227193805.B6638@rcfile.org
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On 27 Dec 2000 at 18:44 (-0500), Tom Lane wrote:
| Brent Verner <brent@rcfile.org> writes:
| >   INSERT INTO OID_TBL(f1) VALUES ('-1040');
| > + ERROR:  oidin: error reading "-1040": Error 0 occurred.
|
| 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

| It would appear that Alpha no longer needs the special
| float8-fp-exception.out comparison file.  Try removing the line
|
|     float8/alpha.*-dec-osf=float8-fp-exception

  cc w/o line above:  FAIL
  cc w/ line above:   ok
  gcc w/o line above: ???    (will retest later)
  gcc w/ line above:  FAIL

| The geometry diffs also look like Alpha may be more nearly in sync with
| the rest of the world than it used to be.  Do any of the other geometry
| comparison files match what you are getting as results/geometry.out?

none match.

|             regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Следующее
От: Brent Verner
Дата:
Сообщение: [patch] src/include/storage/s_lock.h