Re: gs_group_1 crashing on 13beta2/s390x
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christoph Berg <cb@df7cb.de>
Cc: Andres Freund <andres@anarazel.de>, Christoph Berg <myon@debian.org>,
Andrew Gierth <andrew@tao11.riddles.org.uk>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-09-25T18:11:46Z
Lists: pgsql-hackers
Christoph Berg <cb@df7cb.de> writes: > Ok, but given that Debian is currently targeting 22 architectures, I doubt the PostgreSQL buildfarm covers all of them with the extra JIT option, so I should probably make sure to do that here when running tests. +1. I rather doubt our farm is running this type of test on anything but x86_64. Of course, we can't actually *fix* any LLVM bugs, but it'd be nice to know whether they're there. regards, tom lane
Commits
-
llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.
- c835c7ffe21d 12.5 landed
- 4a4f4487d2d2 11.10 landed
- fe2a16d8b3e6 14.0 landed
- efc9a8e9800c 13.1 landed
-
llvmjit: Also copy parameter / return value attributes from template functions.
- f3dee5b9aba6 11.10 landed
- c8a2bb0f1abf 12.5 landed
- ae3e75abab22 13.1 landed
- 72559438f92f 14.0 landed