Duplicated LLVMJitHandle->lljit assignment?
Matheus Alcantara <mths.dev@pm.me>
From: Matheus Alcantara <mths.dev@pm.me>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-07-13T00:22:13Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-duplicated-LLVMJitHandle-lljit-assignment.patch (text/x-patch) patch 0001
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
Commits
-
Remove duplicated assignment of LLVMJitHandle->lljit
- ccfca8ea42b8 17.0 landed