Duplicated LLVMJitHandle->lljit assignment? - Mailing list pgsql-hackers

From Matheus Alcantara
Subject Duplicated LLVMJitHandle->lljit assignment?
Date
Msg-id La1Tfi7wirg9uGbCx_y7Qb9kl2T15mYouDXjCKAFuDqzQWnTRwH7KNLGigLLcxRs91V6dp2ySs1j_7mB4btzEZJ9NIMEAyOjUyAS7Jx-ydQ=@pm.me
Whole thread Raw
Responses Re: Duplicated LLVMJitHandle->lljit assignment?
List pgsql-hackers
Hi,

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.

--
Matheus Alcantara
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Support to define custom wait events for extensions
Next
From: Dave Cramer
Date:
Subject: Re: CommandStatus from insert returning when using a portal.