pgsql: jit: fix build with LLVM-21 - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: jit: fix build with LLVM-21
Date
Msg-id E1uy2m5-000nDO-33@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
jit: fix build with LLVM-21

LLVM-21 renamed llvm::GlobalValue::getGUID() to
getGUIDAssumingExternalLinkage(), so add a version guard.

Author: Holger Hoffstätte <holger@applied-asynchrony.com>
Discussion: https://www.postgresql.org/message-id/flat/d25e6e4a-d1b4-84d3-2f8a-6c45b975f53d%40applied-asynchrony.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/755f01ad743c09a5fcaf04df1c0e465bb48b85ed

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Some stylistic improvements in toast_save_datum()
Next
From: Amit Kapila
Date:
Subject: pgsql: Resume conflict-relevant data retention automatically.