Re: Woo hoo ... a whole new set of compiler headaches!!

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Woo hoo ... a whole new set of compiler headaches!!
Дата
Msg-id 20050423022105.GA14035@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: Woo hoo ... a whole new set of compiler headaches!!  (Neil Conway <neilc@samurai.com>)
Ответы Re: Woo hoo ... a whole new set of compiler headaches!!  (Neil Conway <neilc@samurai.com>)
Список 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 по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Woo hoo ... a whole new set of compiler headaches!!
Следующее
От: Russell Smith
Дата:
Сообщение: Re: possible TODO: read-only tables, select from indexes only.