Re: JIT compiling with LLVM v10.0

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: JIT compiling with LLVM v10.0
Дата
Msg-id 20180208064942.4nkk6s6ztd3by3wg@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: JIT compiling with LLVM v10.0  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
On 2018-02-08 11:50:17 +1300, Thomas Munro wrote:
> You are asking LLVM to dlopen(""), which doesn't work on my not-Linux,
> explaining the errors I reported in the older thread.  The portable
> way to dlopen the main binary is dlopen(NULL), so I think you need to
> pass NULL in to LLVMLoadLibraryPermanently(), even though that isn't
> really clear from any LLVM documentation I've looked at.

Ugh. Thanks for figuring that out, will incorporate!

Greetings,

Andres Freund


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

Предыдущее
От: atorikoshi
Дата:
Сообщение: Fix a typo in walsender.c
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem