Re: Mostly Harmless: Welcoming our C++ friends

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Mostly Harmless: Welcoming our C++ friends
Дата
Msg-id 4938EC9E.7070308@gmx.net
обсуждение исходный текст
Ответ на Mostly Harmless: Welcoming our C++ friends  (Kurt Harriman <harriman@acm.org>)
Ответы Re: Mostly Harmless: Welcoming our C++ friends  (David Lee Lambert <davidl@lmert.com>)
Re: Mostly Harmless: Welcoming our C++ friends  (Kurt Harriman <harriman@acm.org>)
Список pgsql-hackers
Kurt Harriman wrote:
> Sometimes people would like to call C++ code in the PostgreSQL
> backend environment... for example, in user-defined functions,
> triggers, access methods.  And there is sometimes a need for
> C++ code to call back into PostgreSQL's C functions, such as
> the SPI interface.

Have you considered writing a procedural language plugin for C++? 
PostgreSQL supports a lot of extension languages, and none of them 
require the amount of backend changes that you outline here, because the  PL plugin serves as glue.



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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: In-place upgrade: catalog side
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Mostly Harmless: Welcoming our C++ friends