pgsql: backpatch "jit: Add support for LLVM 12."

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: backpatch "jit: Add support for LLVM 12."
Date: 2020-12-08 03:34:03
Message-ID: E1kmTlL-0004X9-Cf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

backpatch "jit: Add support for LLVM 12."

As there haven't been problem on the buildfarm due to this change,
backpatch 6c57f2ed16e now.

Author: Andres Freund
Discussion: https://postgr.es/m/20201016011244.pmyvr3ee2gbzplq4@alap3.anarazel.de
Backpatch: 11-, where jit support was added

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a192c77d21b5eafc7f431cbf5e7ecdd6c8b5462

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 458 +++++++++++++++++++++++++++++++--------
src/tools/pgindent/typedefs.list | 1 +
2 files changed, 374 insertions(+), 85 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-12-08 03:34:08 pgsql: jit: configure: Explicitly reference 'native' component.
Previous Message Michael Paquier 2020-12-08 03:23:00 pgsql: Avoid using tuple from syscache for update of pg_database.datfro