AW: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore - Mailing list pgsql-bugs

From Hans Buschmann
Subject AW: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore
Date
Msg-id 69c59ffd5f8548dfa2d3f12ea5303551@nidsa.net
Whole thread Raw
In response to Re: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-bugs

Hello Thomas,


Thank you for your information about LLVM16 support.

I noticed the discussion in hackers.


I wanted to point out that I used the standard repositories from PGDG15.

As to my knowledge they are packaged by Devrim, so this is the standard distribution for RedHat-style Linux on PGDG.

(This is shown by the dnf list lines in my OM)


I am not trying to use LLVM on my platform (tiny data, optimized SQL etc.) but I wanted to notice everybody that there are unreferenced symbols in llvmjit.so, something that should not happen.


I have no idea where this come from nor where it is used, but the unreferenced symbols should be at least masked with dummy rountines (or avoided) to prevent the error for other users where the problem matters much more!


Unfortunately this occurs on pg_restore, the ultimate backup/restore of a database, and data are not restored correctly and must be corrected manually afterwords.


Perhaps you could contact Devrim for clarification...


Hans Buschmann


pgsql-bugs by date:

Previous
From: Hans Buschmann
Date:
Subject: AW: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore
Next
From: Michael Paquier
Date:
Subject: Re: BUG #17942: vacuumdb doesn't populate extended statistics on partitioned tables