AW: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore

From: Hans Buschmann <buschmann(at)nidsa(dot)net>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: AW: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore
Date: 2023-05-25 07:30:58
Message-ID: 69c59ffd5f8548dfa2d3f12ea5303551@nidsa.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-pkg-yum

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

________________________________

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2023-05-25 07:45:50 Re: BUG #17942: vacuumdb doesn't populate extended statistics on partitioned tables
Previous Message Hans Buschmann 2023-05-25 07:12:40 AW: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2023-05-25 16:29:50 Re: pgdg-centos8-sysupdates missing llvm 15?
Previous Message Thomas Munro 2023-05-25 03:20:44 Re: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore