Re: [BUGS] 6.5.2 broken on alpha/Tru64 Unix 4.0d/cc

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [BUGS] 6.5.2 broken on alpha/Tru64 Unix 4.0d/cc
Дата
Msg-id 199910090130.VAA21892@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] 6.5.2 broken on alpha/Tru64 Unix 4.0d/cc  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > New code in Makefile.alpha is:
>
> >     /* some platforms define __alpha, but not __alpha__ */
> >     #if defined(__alpha) && !defined(__alpha__)
> >     #define __alpha__
> >     #endif
>
> OK, so we're going to standardize on __alpha__ to recognize that
> platform?  OK by me, unless the Alpha users know a reason not to.
>
> But the above doesn't belong in Makefile.alpha does it?  I'd have
> thought include/port/alpha.h, since __alpha__ is being looked for
> by C code not makefiles.

Moved to port/alpha.h, both trees.

>
> BTW, a quick glimpse shows no occurrences of __alpha except in
> contrib/int8/int8.c, which is presumably unmaintained dead code now
> that int8 is in the mainstream.  Shouldn't we delete contrib/int8
> entirely?

contrib/int8 removed.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] 6.5.2 broken on alpha/Tru64 Unix 4.0d/cc
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: [BUGS] 6.5.2 BUG: Rolling back after dropping a table causes dangling relationships.