Re: Duplicated LLVMJitHandle->lljit assignment?

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: Duplicated LLVMJitHandle->lljit assignment?
Дата
Msg-id CABwTF4Vx=5JKVRSNZfthk8M+Quiq9DZQmzWsoo110+fxDj_BfA@mail.gmail.com
обсуждение исходный текст
Ответ на Duplicated LLVMJitHandle->lljit assignment?  (Matheus Alcantara <mths.dev@pm.me>)
Ответы Re: Duplicated LLVMJitHandle->lljit assignment?
Список pgsql-hackers
On Wed, Jul 12, 2023 at 5:22 PM Matheus Alcantara <mths.dev@pm.me> wrote:
>
> I was reading the jit implementation and I notice that the lljit field of
> LLVMJitHandle is being assigned twice on llvm_compile_module function, is this
> correct? I'm attaching a supposed fixes that removes  the second assignment. I
> ran meson test and all tests have pass.

-        handle->lljit = compile_orc;

LGTM.

Best regards,
Gurjeet
http://Gurje.et



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: CommandStatus from insert returning when using a portal.
Следующее
От: Peter Smith
Дата:
Сообщение: Re: [Patch] Use *other* indexes on the subscriber when REPLICA IDENTITY is FULL