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
Hi,
we probably have the same situation in our environment (ARM, official
postgres 14.x from docker hub, segfault, only happens with jit).
I would like to test this on other versions of postgres with other
versions of the llvm version.
how can I find, what version of the llvm library a given
Package: postgresql-15
Version: 15.5-0+deb12u1
Severity: normal
X-Debbugs-Cc: linuxhi...@gmail.com
Dear Maintainer,
I've stumbled over a reproduceable backend crash on arm64 running the following
query on my smartmeter table,
please see the following post on pgsql-general for more details:
https
3 matches
Mail list logo