Re: [HACKERS] Platforms with v6.3 trouble - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Platforms with v6.3 trouble
Date
Msg-id 199802251910.OAA14254@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Platforms with v6.3 trouble  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Responses Re: [HACKERS] Platforms with v6.3 trouble  ("Billy G. Allie" <Bill.Allie@mug.org>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] initdb problem
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Memory not freed at WARN