| От | Mark Dilger |
|---|---|
| Тема | Re: PG Extensions: Must be statically linked? |
| Дата | |
| Msg-id | 44088A4D.1060104@markdilger.com обсуждение исходный текст |
| Ответ на | Re: PG Extensions: Must be statically linked? (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: PG Extensions: Must be statically linked?
|
| Список | pgsql-hackers |
Tom Lane wrote: > My concern about how nicely libstdc++ will play in the backend > environment still stands though. I have had the same concern, though never any hard evidence of a problem. If the C++ functions are wrapped with "extern C", and all exceptions caught (perhaps converted into error numbers which are then returned from the wrapper functions to the plain-C calling functions), are there any remaining known problems? I have often considered making a C++ allocator which wrapped palloc and pfree, so that I could then use the STL within the backend... Has anyone tried this? mark
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера