Re: Stefan Heine
> how can I find, what version of the llvm library a given version of postgres
> is linked to?

It should be visible in the linker flags:

select * from pg_config();

LDFLAGS           │ -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-16/lib 
-Wl,--as-needed

Christoph

Reply via email to