mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.
Author: Andres Freund
This commit is contained in:
parent
c3e6d5d386
commit
c14a8ff27e
@ -422,7 +422,7 @@ llvm_compile_expr(ExprState *state)
|
|||||||
v_params[3] = v_slot;
|
v_params[3] = v_slot;
|
||||||
|
|
||||||
LLVMBuildCall(b,
|
LLVMBuildCall(b,
|
||||||
FuncExecEvalSysVar,
|
llvm_get_decl(mod, FuncExecEvalSysVar),
|
||||||
v_params, lengthof(v_params), "");
|
v_params, lengthof(v_params), "");
|
||||||
|
|
||||||
LLVMBuildBr(b, opblocks[i + 1]);
|
LLVMBuildBr(b, opblocks[i + 1]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user