mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 00:03:23 -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;
|
||||
|
||||
LLVMBuildCall(b,
|
||||
FuncExecEvalSysVar,
|
||||
llvm_get_decl(mod, FuncExecEvalSysVar),
|
||||
v_params, lengthof(v_params), "");
|
||||
|
||||
LLVMBuildBr(b, opblocks[i + 1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user