pgsql: Track LLVM 15 changes.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Track LLVM 15 changes.
Date: 2022-10-19 10:06:40
Message-ID: E1ol5yB-00330u-DS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Track LLVM 15 changes.

Per https://llvm.org/docs/OpaquePointers.html, support for non-opaque
pointers still exists and we can request that on our context. We have
until LLVM 16 to move to opaque pointers, a much larger change.

Back-patch to 11, where LLVM support arrived.

Author: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Author: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/CAMHz58Sf_xncdyqsekoVsNeKcruKootLtVH6cYXVhhUR1oKPCg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c2ae01f695b1605bc5e3908ff52b24fce6636caa

Modified Files
--------------
configure | 89 ++++++++++++++++++++++++++++++++++++++++
configure.ac | 3 ++
src/backend/jit/llvm/llvmjit.c | 18 ++++++++
src/backend/jit/llvm/meson.build | 3 ++
4 files changed, 113 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-10-19 10:06:54 pgsql: Track LLVM 15 changes.
Previous Message Alvaro Herrera 2022-10-19 08:45:33 pgsql: Remove pg_backup_start_callback and reuse similar code