Re: [HACKERS] Platforms with v6.3 trouble

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart)
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Platforms with v6.3 trouble
Date: 1998-02-25 19:10:52
Message-ID: 199802251910.OAA14254@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-25 19:16:44 Re: [HACKERS] Memory not freed at WARN
Previous Message Bruce Momjian 1998-02-25 19:08:26 Re: [HACKERS] initdb problem