Re: Woo hoo ... a whole new set of compiler headaches!! - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Woo hoo ... a whole new set of compiler headaches!!
Date
Msg-id 20050423022105.GA14035@dcc.uchile.cl
Whole thread Raw
In response to Re: Woo hoo ... a whole new set of compiler headaches!!  (Neil Conway <neilc@samurai.com>)
Responses Re: Woo hoo ... a whole new set of compiler headaches!!
List pgsql-hackers
On Sat, Apr 23, 2005 at 11:58:44AM +1000, Neil Conway wrote:
> Dave Held wrote:
> >Consider inline functions.  In C, you have to implement them as
> >macros
> 
> No -- inline functions are in C99, and of course there have been GCC 
> extensions with similar (but not identical) semantics for many years.

We have plenty of very ugly macros anyway.  See fastgetattr(),
HeapKeyTest(), HeapTupleSatisfies(), HeapTupleHeaderSetXmax and friends,
Assert() and friends.

I'm not saying that we could get rid of them with C++ ... just that we
have ugly macros for which type checking seems to be ... primitive.


Anyway I think the prize for weird strangeness in macro usage would go
to PG_TRY and friends.

-- 
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"Industry suffers from the managerial dogma that for the sake of stability
and continuity, the company should be independent of the competence of
individual employees."                                      (E. Dijkstra)


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: Re: Woo hoo ... a whole new set of compiler headaches!!
Next
From: Russell Smith
Date:
Subject: Re: possible TODO: read-only tables, select from indexes only.