pgsql: Silence LLVM 14 API deprecation warnings.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Silence LLVM 14 API deprecation warnings.
Дата
Msg-id E1nUH6o-000F6S-5K@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Fix pg_basebackup with in-place tablespaces.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Back-patch LLVM 14 API changes.