pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in
Дата
Msg-id E1jeQyY-0008Ko-AE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
llvmjit: Fix building against LLVM 11 by removing unnecessary include.

LLVM has removed this header, in the branch that will become llvm
11. But as it turns out we didn't actually need it, so just remove it.

Author: Jesse Zhang <sbjesse@gmail.com>
Discussion: https://postgr.es/m/CAGf+fX7bvtP0YXMu7pOsu_NwhxW6dArTkxb=jt7M2-UJkyJ_3g@mail.gmail.com
Backpatch: 11, where JIT support using llvm was introduced.

Branch
------
REL_11_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: Update the layout of "Viewing Statistics" section.