The use of macros for heap_getattr.

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: The use of macros for heap_getattr.
Date: 1998-02-09 06:57:54
Message-ID: m0y1nAA-000Az2C@bgalli.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The compiler I'm using breaks while compiling aclchk.c, in particular, when
processing the heap_getattr macro. Yes, I know that it may compile with gcc
(may, because I have not tried it yet), but I would rather not have to rely on
gcc. Would it be possible to include the non-macro version as a static
function in the appropiate header file? This would allow the compiler to
in-line the function if it would provide a speed increase.

--
____ | Billy G. Allie | Domain....: Bill(dot)Allie(at)mug(dot)org
| /| | 7436 Hartwell | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie(at)email(dot)msn(dot)com
|/ |LLIE | (313) 582-1540 |

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-02-09 07:05:30 The use of macros for heap_getattr. (clarification).
Previous Message Thomas G. Lockhart 1998-02-09 05:45:05 Re: [HACKERS] Bug?