pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in
Date
Msg-id E1jeQyS-0008Jy-M1@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a4a335b841520739b7b2f0e608acdf3b814daad

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


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Initialize dblink remoteConn struct in all cases
Next
From: Andres Freund
Date:
Subject: pgsql: llvmjit: Fix building against LLVM 11 by removing unnecessary in