Re: gs_group_1 crashing on 13beta2/s390x

Christoph Berg <cb@df7cb.de>

From: Christoph Berg <cb@df7cb.de>
To: Andres Freund <andres@anarazel.de>,Christoph Berg <myon@debian.org>,Tom Lane <tgl@sss.pgh.pa.us>,Andrew Gierth <andrew@tao11.riddles.org.uk>,PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-09-25T17:05:52Z
Lists: pgsql-hackers
Am 25. September 2020 18:42:04 MESZ schrieb Andres Freund <andres@anarazel.de>
>> * jit is not exercised enough by "make installcheck"
>
>So far we've exercised more widely it by setting up machines that use
>it
>for all queries (by setting the config option). I'm doubtful it's worth
>doing differently.

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.



Commits

  1. llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.

  2. llvmjit: Also copy parameter / return value attributes from template functions.