pgsql: Silence LLVM 14 API deprecation warnings. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Silence LLVM 14 API deprecation warnings.
Date
Msg-id E1nUH6o-000F6S-5K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence LLVM 14 API deprecation warnings.

We are going to need to handle the upcoming opaque pointer API
changes[1], possibly in time for LLVM 15, but in the meantime let's
silence the warnings produced by LLVM 14.

[1] https://llvm.org/docs/OpaquePointers.html

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CA%2BhUKG%2Bp%3DfaBQR2PSAqWoWa%2B_tJdKPT0wjZPQe7XcDEttUCgdQ%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/jit/llvm/Makefile | 6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Fix pg_basebackup with in-place tablespaces.
Next
From: Thomas Munro
Date:
Subject: pgsql: Back-patch LLVM 14 API changes.