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 (<[EMAIL PROTECTED]>) "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) ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster