Re: develop a extension with cpp?

Поиск
Список
Период
Сортировка
От Ilya Anfimov
Тема Re: develop a extension with cpp?
Дата
Msg-id 20211102221133.GA2571211@azor.tzirechnoy.ru
обсуждение исходный текст
Ответ на develop a extension with cpp?  ("huangning290@yahoo.com" <huangning290@yahoo.com>)
Список pgsql-general
On Tue, Nov 02, 2021 at 01:31:22AM +0000, huangning290@yahoo.com wrote:
>    Hi
>        if i can develop a extension with cpp language?
>    regards!

 Generally,  like  in  any other language. Write files, use calls
and APIs available inside Postgres, compile  it  and  install  to
postgres directory.

 The  only one I know of as of now is https://github.com/postgrespro/rusmorph

 And it's not an example of a well-documented extension, unfortu-
nately.

 Hoewever,  it  works.  It's possible that you can find some more
examples on pgxn.org

 Also, probably you would need to compile it with

USE_PGXS=1 make with_llvm=no

 While  the USE_PGXS=1 is a standard way to compile extension out
of the postgres source tree, the with_llvm=no is a workaround  of
some bug in the llvm-7, that doesn't allow JIT compilation of C++
code.




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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: ZFS filesystem - supported ?
Следующее
От: Dmitry Igrishin
Дата:
Сообщение: Re: develop a extension with cpp?