pgsql: Track LLVM 14 API changes. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Track LLVM 14 API changes.
Date
Msg-id E1mUc5k-0007AG-AP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Track LLVM 14 API changes.

Only done on the master branch for now to fix build farm animal seawasp
(which tests bleeeding edge PostgreSQL with bleeding edge LLVM).  We can
back-patch a consolidated fix closer to LLVM 14's release, once its API
has stopped moving around.

Discussion: https://postgr.es/m/CA%2BhUKGL%3Dyg6qqgg6W6SAuvRQejditeoDNy-X3b9H_6Fnw8j5Wg%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/jit/llvm/llvmjit_inline.cpp | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid unnecessary division in interval_cmp_value().
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Remove unneeded nbtree latestRemovedXid comments.