Re: [HACKERS] Macro From Hell

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Macro From Hell
Дата
Msg-id 199809081502.LAA09885@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Macro From Hell  ("Billy G. Allie" <Bill.Allie@mug.org>)
Список pgsql-hackers
> Bruce Momjian writes:
> > Looks like I am going to have to do another DISABLE_COMPLEX_MACROS entry
> > for that new macro, just like heap_getattr().
> >
> Please do not use the same define as the one used in heap_getattr().  The new
> macro compiles fine on UnixWare 7 (and I assume UnixWare 2 and SCO OpenServer).
> It may be restricted to the AIX compiler.

I now realize it is the mixing of the return types for ? : that it does
not like.  Will fix.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.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)

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

Предыдущее
От: "Billy G. Allie"
Дата:
Сообщение: Re: [HACKERS] flock patch breaks things here
Следующее
От: David Hartwig
Дата:
Сообщение: Re: [HACKERS] Macro From Hell