Re: C++-Language Function/Process List

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: C++-Language Function/Process List
Дата
Msg-id m2hdguht0s.fsf@Douglas-McNaughts-Powerbook.local
обсуждение исходный текст
Ответ на C++-Language Function/Process List  (Kelly Burkhart <kelly@tradebotsystems.com>)
Ответы Re: C++-Language Function/Process List  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Kelly Burkhart <kelly@tradebotsystems.com> writes:

> I used C++ and noticed that some Postgres headers contain C++ keywords.
> Is there any interest among PG developers in making the C-language
> interface C++ clean?  Or, is there hostility to this idea?

Postgres is written in C.  AIUI it's somewhat dangerous to link C++
functions into the backend, since PG doesn't know how to cope with
thrown exceptions and the like.

-Doug

В списке pgsql-general по дате отправления:

Предыдущее
От: greg landrum
Дата:
Сообщение: Re: Exception Handling in C-Language Functions?
Следующее
От: Douglas McNaught
Дата:
Сообщение: Re: PITR restore hot standby