| From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Silence LLVM 14 API deprecation warnings. |
| Date: | 2022-03-16 00:01:46 |
| Message-ID: | E1nUH6o-000F6S-5K@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)anarazel(dot)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(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Munro | 2022-03-16 00:03:09 | pgsql: Back-patch LLVM 14 API changes. |
| Previous Message | Thomas Munro | 2022-03-15 22:13:53 | Re: pgsql: Fix pg_basebackup with in-place tablespaces. |