From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: JIT compiling with LLVM v10.0 |
Date: | 2018-02-08 06:49:42 |
Message-ID: | 20180208064942.4nkk6s6ztd3by3wg@alap3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Claudio Freire | 2018-02-08 07:08:20 | Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem |
Previous Message | atorikoshi | 2018-02-08 06:32:30 | Fix a typo in walsender.c |