]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Track LLVM 18 changes.
authorThomas Munro <tmunro@postgresql.org>
Wed, 24 Jan 2024 21:37:35 +0000 (10:37 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 25 Jan 2024 00:46:38 +0000 (13:46 +1300)
commit364283c92e4a4183fb4f80ce4ec9ba96007b6632
tree515745e8a6380d7087f663ca2c34aa69ff1b15a1
parent5a7833f49679a3e8a17df453911b0adacea6273d
Track LLVM 18 changes.

A function was given a newly standard name from C++20 in LLVM 16.  Then
LLVM 18 added a deprecation warning for the old name, and it is about to
ship, so it's time to adjust that.

Back-patch to all supported releases.

Discussion: https://www.postgresql.org/message-id/CA+hUKGLbuVhH6mqS8z+FwAn4=5dHs0bAWmEMZ3B+iYHWKC4-ZA@mail.gmail.com
src/backend/jit/llvm/llvmjit_inline.cpp