Re: [HACKERS] Platforms with v6.3 trouble

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Platforms with v6.3 trouble
Дата
Msg-id 199802251910.OAA14254@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Platforms with v6.3 trouble  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Ответы Re: [HACKERS] Platforms with v6.3 trouble
Список pgsql-hackers
> Well, those macros used to be a function call, right? So surround the macro
> with#ifdef USE_INLINING
> #define ...
> #endif
>
> and surround the old subroutine code with
>
> #ifndef USE_INLINING
> ...
> #endif
>

I was trying to avoid having the code in two places, and you can't just
copy the macro. You have to replace the parameters in each instance for
the huge conditional to work.

--
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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] initdb problem
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Memory not freed at WARN