How to add and use a static library within Postgres backend

Поиск
Список
Период
Сортировка
От XiaoChuan Yu
Тема How to add and use a static library within Postgres backend
Дата
Msg-id CAKnH-zqre7A=+KGg6J3ac3aFeHj8m8VV5pjCnbdU4XrOK6Djgw@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to add and use a static library within Postgres backend
Список pgsql-hackers
I'm doing some experimenting with the storage engine and I'd like to use a C++ static library (that has C headers).  I only need this to build on Ubuntu 64-bit for now.
How do I make postgres build with this library?
What changes do I need to make to the build system files?
I assume headers go in src/include but where do I put the library.a file?

Thanks,
Xiaochuan Yu

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: PL/Pythonu - function ereport
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: silent data loss with ext4 / all current versions