Re: [HACKERS] Platforms with v6.3 trouble
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: lockhart@alumni.caltech.edu (Thomas G. Lockhart)
Cc: hackers@postgresql.org
Date: 1998-02-25T19:10:52Z
Lists: 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)